From 83bf8036def06e8038891b1f143ac86c1d9b0c0c Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 12 Jun 2016 12:05:21 -0300 Subject: rewrote LineEdit window repositioning code so it does not eat the last character, closes #4992 --- tools/editor/plugins/theme_editor_plugin.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/editor') diff --git a/tools/editor/plugins/theme_editor_plugin.cpp b/tools/editor/plugins/theme_editor_plugin.cpp index 37cb0398e7..2673948365 100644 --- a/tools/editor/plugins/theme_editor_plugin.cpp +++ b/tools/editor/plugins/theme_editor_plugin.cpp @@ -583,6 +583,7 @@ ThemeEditor::ThemeEditor() { add_child(panel); panel->set_area_as_parent_rect(0); panel->set_margin(MARGIN_TOP,25); + panel->set_theme(Theme::get_default()); main_vb= memnew( VBoxContainer ); panel->add_child(main_vb); -- cgit v1.2.3