1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Fix crash with FindReplaceBar

This commit is contained in:
kobewi
2021-06-24 15:38:29 +02:00
parent d36b220531
commit 35a38717e2
3 changed files with 28 additions and 3 deletions

View File

@@ -328,6 +328,7 @@ class ScriptEditor : public PanelContainer {
void _show_error_dialog(String p_path);
void _close_tab(int p_idx, bool p_save = true, bool p_history_back = true);
void _update_find_replace_bar();
void _close_current_tab(bool p_save = true);
void _close_discard_current_tab(const String &p_str);