mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
Fix big text window in TextEdit
This commit is contained in:
parent
f5477ee36f
commit
fa629cdd2c
@ -115,8 +115,8 @@ void EditorPropertyMultilineText::_open_big_text() {
|
||||
add_child(big_text_dialog);
|
||||
}
|
||||
|
||||
big_text->set_text(text->get_text());
|
||||
big_text_dialog->popup_centered_ratio();
|
||||
big_text->set_text(text->get_text());
|
||||
}
|
||||
|
||||
void EditorPropertyMultilineText::update_property() {
|
||||
|
Loading…
Reference in New Issue
Block a user