aboutsummaryrefslogtreecommitdiff
path: root/src/theme_builder/components/properties/PointPropertyEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theme_builder/components/properties/PointPropertyEditor.h')
-rw-r--r--src/theme_builder/components/properties/PointPropertyEditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theme_builder/components/properties/PointPropertyEditor.h b/src/theme_builder/components/properties/PointPropertyEditor.h
index e3f52925..e4604c84 100644
--- a/src/theme_builder/components/properties/PointPropertyEditor.h
+++ b/src/theme_builder/components/properties/PointPropertyEditor.h
@@ -34,6 +34,7 @@ class PointPropertyEditor : public ui::components::Component {
ui::controls::TextBox text_;
bool is_text_valid_;
+ bool suppress_next_change_event_ = false;
Event<std::nullptr_t> change_event_;
};
} // namespace cru::theme_builder::components::properties