mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix script overwriting with external editor
This commit is contained in:
parent
568589c9d8
commit
23927c3d9b
2 changed files with 6 additions and 3 deletions
|
|
@ -436,6 +436,7 @@ class ScriptEditor : public PanelContainer {
|
|||
void _file_removed(const String &p_file);
|
||||
void _autosave_scripts();
|
||||
void _update_autosave_timer();
|
||||
void _reload_scripts(bool p_refresh_only = false);
|
||||
|
||||
void _update_members_overview_visibility();
|
||||
void _update_members_overview();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue