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

Fix the flickering of the line gutter icon when saving

This commit is contained in:
Rindbee
2022-10-03 18:38:24 +08:00
parent d331b803b8
commit 72a7d874b4
4 changed files with 2 additions and 13 deletions

View File

@@ -403,7 +403,6 @@ class ScriptEditor : public PanelContainer {
void _filter_scripts_text_changed(const String &p_newtext);
void _filter_methods_text_changed(const String &p_newtext);
void _update_script_names();
void _update_script_connections();
bool _sort_list_on_update;
void _members_overview_selected(int p_idx);