ScriptEditor: Fixes bug where menu option would be handled twice (2.1)
(cherry picked from commit 97c385d
)
This commit is contained in:
parent
ebddc57eb1
commit
b010b4a85c
@ -1552,7 +1552,7 @@ void ScriptEditor::_menu_option(int p_option) {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
EditorHelp *help = tab_container->get_current_tab_control()->cast_to<EditorHelp>();
|
||||
if (help) {
|
||||
@ -1573,6 +1573,7 @@ void ScriptEditor::_menu_option(int p_option) {
|
||||
} break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void ScriptEditor::_tab_changed(int p_which) {
|
||||
|
Loading…
Reference in New Issue
Block a user