diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2024-05-17 10:03:52 +0300 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2024-05-17 10:03:52 +0300 |
commit | 7d4d63b8072c26935b0eff0df2625ae6dff5ec6e (patch) | |
tree | b32bbdfc7a8e77f5ef25a1a62f44b493a3b04326 /scene/gui/tree.h | |
parent | f4b047a084a5ecff153d0d32453aeb2e9919c83c (diff) | |
download | redot-engine-7d4d63b8072c26935b0eff0df2625ae6dff5ec6e.tar.gz |
Fix Tree and FileSystemList edit popup double events and ESC behavior.
Diffstat (limited to 'scene/gui/tree.h')
-rw-r--r-- | scene/gui/tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/tree.h b/scene/gui/tree.h index 311055a2f8..e9c93c6e03 100644 --- a/scene/gui/tree.h +++ b/scene/gui/tree.h @@ -479,6 +479,7 @@ private: VBoxContainer *popup_editor_vb = nullptr; + bool popup_edit_commited = true; Popup *popup_editor = nullptr; LineEdit *line_editor = nullptr; TextEdit *text_editor = nullptr; |