You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Merge pull request #113619 from HolonProduction/once-upon-a-time-there-was-a-file-which-one-i-dont-know-the-history-was-locked
Ensure correct unlocking of script editor history
This commit is contained in:
@@ -524,6 +524,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);
|
||||
|
||||
Reference in New Issue
Block a user