summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties.h
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2021-03-19 01:42:56 -0400
committerAaron Franke <arnfranke@yahoo.com>2021-08-31 11:24:40 -0500
commit288f0b655540bcb5a1389eb128dcb4deb876402c (patch)
treef3444add38c25ad7c0403a159f025ddd23af47d7 /editor/editor_properties.h
parent0ee1179c1cce87c77efe70cd78399525444d587b (diff)
downloadredot-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.h2
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 {