diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2019-09-06 16:04:07 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2019-09-06 16:11:26 +0200 |
commit | 21222fb478bc510a6c3ec49ef8f6b453ad8892f0 (patch) | |
tree | 12fcf2afb3d948d1721a3d77b7e0f5540114668f /editor/editor_properties.h | |
parent | 4ee8ecd3efee742be58c1ff191e78d0de09b57b6 (diff) | |
download | redot-engine-21222fb478bc510a6c3ec49ef8f6b453ad8892f0.tar.gz |
Make editor inspector easing lines use the accent color when dragged
This makes their visual feedback more consistent with other controls.
This also makes easing lines slightly more subtle by decreasing
their opacity by 10%.
Diffstat (limited to 'editor/editor_properties.h')
-rw-r--r-- | editor/editor_properties.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_properties.h b/editor/editor_properties.h index adf7779dc4..b8d6aa00c2 100644 --- a/editor/editor_properties.h +++ b/editor/editor_properties.h @@ -311,6 +311,7 @@ class EditorPropertyEasing : public EditorProperty { EditorSpinSlider *spin; bool setting; + bool dragging; bool full; bool flip; |