diff options
author | crupest <crupest@outlook.com> | 2022-02-17 16:28:13 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-17 16:28:13 +0800 |
commit | 9b3b13f78fffefb18f64aad88891d36009a8052e (patch) | |
tree | 6f5b7e45607b021a4aa0fc1fd2de29ec916d8bcd /src/theme_builder/components/properties/PointPropertyEditor.h | |
parent | 77e0fd5cf7dd35324a7c3a43f2004fb923c6254c (diff) | |
download | cru-9b3b13f78fffefb18f64aad88891d36009a8052e.tar.gz cru-9b3b13f78fffefb18f64aad88891d36009a8052e.tar.bz2 cru-9b3b13f78fffefb18f64aad88891d36009a8052e.zip |
...
Diffstat (limited to 'src/theme_builder/components/properties/PointPropertyEditor.h')
-rw-r--r-- | src/theme_builder/components/properties/PointPropertyEditor.h | 1 |
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 |