From 7b315dc666a7b03a9622e10fb79446b58170fba5 Mon Sep 17 00:00:00 2001 From: Pedro J. Estébanez Date: Wed, 26 Apr 2017 13:41:41 +0200 Subject: Add setting to opt-out of capitalization in the property inspector --- editor/property_editor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editor/property_editor.h') diff --git a/editor/property_editor.h b/editor/property_editor.h index 3b68e80ac..b88ba38e1 100644 --- a/editor/property_editor.h +++ b/editor/property_editor.h @@ -272,7 +272,8 @@ public: custom_editor->set_read_only(p_read_only); } - void set_capitalize_paths(bool p_capitalize); + bool is_capitalize_paths_enabled() const; + void set_enable_capitalize_paths(bool p_capitalize); void set_autoclear(bool p_enable); void set_show_categories(bool p_show); -- cgit v1.2.3-70-g09d2