1
0
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:
Thaddeus Crews
2025-11-17 19:36:18 -06:00
2 changed files with 34 additions and 9 deletions

View File

@@ -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();