From 9b3b13f78fffefb18f64aad88891d36009a8052e Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 17 Feb 2022 16:28:13 +0800 Subject: ... --- src/theme_builder/components/properties/PointPropertyEditor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/theme_builder/components/properties/PointPropertyEditor.h') 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 change_event_; }; } // namespace cru::theme_builder::components::properties -- cgit v1.2.3