You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
rewrote LineEdit window repositioning code so it does not eat the last character, closes #4992
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user