diff options
author | kobewi <kobewi4e@gmail.com> | 2022-09-25 17:50:43 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2022-09-25 20:22:44 +0200 |
commit | bb458d82ea43e12ce695aaa147f3d27abbdc5c9b (patch) | |
tree | 6af044b8b2ed87d2d51e64df716c2872a0a5db88 /editor/connections_dialog.h | |
parent | ef266183598401d89482c5d2035d7e4cd3f64cb9 (diff) | |
download | redot-engine-bb458d82ea43e12ce695aaa147f3d27abbdc5c9b.tar.gz |
Remember advanced state of connection dialog
Diffstat (limited to 'editor/connections_dialog.h')
-rw-r--r-- | editor/connections_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/connections_dialog.h b/editor/connections_dialog.h index e37246e7a0..db2f855617 100644 --- a/editor/connections_dialog.h +++ b/editor/connections_dialog.h @@ -112,6 +112,7 @@ private: LineEdit *dst_method = nullptr; ConnectDialogBinds *cdbinds = nullptr; bool edit_mode = false; + bool first_popup = true; NodePath dst_path; VBoxContainer *vbc_right = nullptr; |