Ensure correct unlocking of script editor history
This commit is contained in:
parent
78d91947f6
commit
31307ce856
3 changed files with 10 additions and 1 deletions
|
|
@ -526,6 +526,7 @@ class ScriptEditor : public PanelContainer {
|
|||
|
||||
bool waiting_update_names;
|
||||
bool lock_history = false;
|
||||
void _unlock_history();
|
||||
|
||||
void _help_class_open(const String &p_class);
|
||||
void _help_class_goto(const String &p_desc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue