1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Fix VisualScript Change Base Type title

This commit is contained in:
Jummit
2019-05-18 09:59:50 +02:00
parent ee5ba3e097
commit bd8f345e71

View File

@@ -2218,7 +2218,7 @@ Control *VisualScriptEditor::get_edit_menu() {
void VisualScriptEditor::_change_base_type() { void VisualScriptEditor::_change_base_type() {
select_base_type->popup_create(true); select_base_type->popup_create(true, true);
} }
void VisualScriptEditor::clear_edit_menu() { void VisualScriptEditor::clear_edit_menu() {