diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2021-03-19 01:42:56 -0400 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2021-08-31 11:24:40 -0500 |
commit | 288f0b655540bcb5a1389eb128dcb4deb876402c (patch) | |
tree | f3444add38c25ad7c0403a159f025ddd23af47d7 /editor/editor_properties.h | |
parent | 0ee1179c1cce87c77efe70cd78399525444d587b (diff) | |
download | redot-engine-288f0b655540bcb5a1389eb128dcb4deb876402c.tar.gz |
Reformat Transform(2D) inspector menus
Move, rename, recolor, and fix the inspector for these in the inspector. Coloring is now done by a helper method in "editor_inspector.cpp".
Diffstat (limited to 'editor/editor_properties.h')
-rw-r--r-- | editor/editor_properties.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_properties.h b/editor/editor_properties.h index 0cb21bb391..b4b9dc4c46 100644 --- a/editor/editor_properties.h +++ b/editor/editor_properties.h @@ -531,7 +531,7 @@ protected: public: virtual void update_property() override; void setup(double p_min, double p_max, double p_step, bool p_no_slider, const String &p_suffix = String()); - EditorPropertyTransform2D(); + EditorPropertyTransform2D(bool p_include_origin = true); }; class EditorPropertyBasis : public EditorProperty { |