diff options
author | Stijn Hinlopen <f.a.hinlopen@gmail.com> | 2020-07-05 20:06:51 +0200 |
---|---|---|
committer | Stijn Hinlopen <f.a.hinlopen@gmail.com> | 2022-02-05 10:59:33 +0100 |
commit | 31824420e4cf3a30eb35334c43cb8393af585346 (patch) | |
tree | f348f13263224068db871e02e84cb2ce6040d47d /editor/create_dialog.h | |
parent | df1724470d1cff4f67aeb4c0d039114373aeb001 (diff) | |
download | redot-engine-31824420e4cf3a30eb35334c43cb8393af585346.tar.gz |
Center when scrolling to tree item.
Diffstat (limited to 'editor/create_dialog.h')
-rw-r--r-- | editor/create_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/create_dialog.h b/editor/create_dialog.h index f905160df3..a82c4db191 100644 --- a/editor/create_dialog.h +++ b/editor/create_dialog.h @@ -79,7 +79,7 @@ class CreateDialog : public ConfirmationDialog { void _sbox_input(const Ref<InputEvent> &p_ie); void _text_changed(const String &p_newtext); - void select_type(const String &p_type); + void select_type(const String &p_type, bool p_center_on_item = true); void _item_selected(); void _hide_requested(); |