You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-03 16:55:53 +00:00
Merge pull request #112728 from jinyangcruise/fix_find_in_files_auto_search_when_changing_language
Fix find in files auto search when changing theme
This commit is contained in:
@@ -195,6 +195,7 @@ protected:
|
||||
private:
|
||||
void _on_button_clicked(TreeItem *p_item, int p_column, int p_id, int p_mouse_button_index);
|
||||
void _on_result_found(const String &fpath, int line_number, int begin, int end, String text);
|
||||
void _on_theme_changed();
|
||||
void _on_finished();
|
||||
void _on_refresh_button_clicked();
|
||||
void _on_cancel_button_clicked();
|
||||
|
||||
Reference in New Issue
Block a user