mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-07 07:41:50 -05:00
Merge pull request #25932 from qarmin/fix_text_edit_issue
Fix big text window in TextEdit
This commit is contained in:
@@ -115,8 +115,8 @@ void EditorPropertyMultilineText::_open_big_text() {
|
|||||||
add_child(big_text_dialog);
|
add_child(big_text_dialog);
|
||||||
}
|
}
|
||||||
|
|
||||||
big_text->set_text(text->get_text());
|
|
||||||
big_text_dialog->popup_centered_ratio();
|
big_text_dialog->popup_centered_ratio();
|
||||||
|
big_text->set_text(text->get_text());
|
||||||
}
|
}
|
||||||
|
|
||||||
void EditorPropertyMultilineText::update_property() {
|
void EditorPropertyMultilineText::update_property() {
|
||||||
|
|||||||
Reference in New Issue
Block a user