mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix p_index out of size error when closing script
(cherry picked from commit 707185d9d8)
This commit is contained in:
parent
647b287a1e
commit
d67bbd183e
1 changed files with 1 additions and 1 deletions
|
|
@ -1665,7 +1665,7 @@ void ScriptEditor::_menu_option(int p_option) {
|
|||
}
|
||||
}
|
||||
|
||||
EditorHelp *help = tab_container->get_child(selected)->cast_to<EditorHelp>();
|
||||
EditorHelp *help = tab_container->get_current_tab_control()->cast_to<EditorHelp>();
|
||||
if (help) {
|
||||
|
||||
switch(p_option) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue