1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-02 16:48:55 +00:00

Fix find in files auto search when changing theme

This commit is contained in:
jinyangcruise
2025-11-13 19:04:33 +08:00
parent e6aa06d3de
commit b8158adfe3
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();