From a6a2ea7a5e42df6ef78216d2cdf13f0d85b9b664 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Thu, 28 Dec 2017 22:43:53 -0200 Subject: Made the Create Dialog be clearer when it's changing a type of something. --- editor/create_dialog.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editor/create_dialog.h') diff --git a/editor/create_dialog.h b/editor/create_dialog.h index 56ba7f8a3e..ed23fb4ae8 100644 --- a/editor/create_dialog.h +++ b/editor/create_dialog.h @@ -52,6 +52,7 @@ class CreateDialog : public ConfirmationDialog { Button *favorite; LineEdit *search_box; Tree *search_options; + bool is_replace_mode; String base_type; String preferred_search_result_type; EditorHelpBit *help_bit; @@ -97,7 +98,7 @@ public: void set_preferred_search_result_type(const String &p_preferred_type); String get_preferred_search_result_type(); - void popup_create(bool p_dontclear); + void popup_create(bool p_dont_clear, bool p_replace_mode = false); CreateDialog(); }; -- cgit v1.2.3