aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/Control.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-12-09 17:21:44 +0800
committercrupest <crupest@outlook.com>2020-12-09 17:21:44 +0800
commit9fcebe16b5ad4acc8b2e206dbe163e58b1f75cdf (patch)
treeab179c513081df6c9d5e35ee630b3575664e77c6 /include/cru/ui/controls/Control.hpp
parentf355356e4b022ed0fdebff3fac5daa88a1532132 (diff)
downloadcru-9fcebe16b5ad4acc8b2e206dbe163e58b1f75cdf.tar.gz
cru-9fcebe16b5ad4acc8b2e206dbe163e58b1f75cdf.tar.bz2
cru-9fcebe16b5ad4acc8b2e206dbe163e58b1f75cdf.zip
...
Diffstat (limited to 'include/cru/ui/controls/Control.hpp')
-rw-r--r--include/cru/ui/controls/Control.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/ui/controls/Control.hpp b/include/cru/ui/controls/Control.hpp
index 0d34bc63..341b6ef2 100644
--- a/include/cru/ui/controls/Control.hpp
+++ b/include/cru/ui/controls/Control.hpp
@@ -152,5 +152,6 @@ class Control : public Object {
std::shared_ptr<platform::gui::ICursor> cursor_ = nullptr;
std::unique_ptr<style::StyleRuleSet> style_rule_set_;
+ std::unique_ptr<style::StyleRuleSetBind> style_rule_set_bind_;
};
} // namespace cru::ui::controls