diff options
author | crupest <crupest@outlook.com> | 2022-02-14 00:28:51 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-14 00:28:51 +0800 |
commit | 091c0419a254a28f80963193b36bf0a7f30d6590 (patch) | |
tree | d47e7726569023c5f8492d81042ad7ade09cb9dc /include/cru/ui/style | |
parent | 308cdd54083dde627be738820f798ad25e73c300 (diff) | |
download | cru-091c0419a254a28f80963193b36bf0a7f30d6590.tar.gz cru-091c0419a254a28f80963193b36bf0a7f30d6590.tar.bz2 cru-091c0419a254a28f80963193b36bf0a7f30d6590.zip |
...
Diffstat (limited to 'include/cru/ui/style')
-rw-r--r-- | include/cru/ui/style/Styler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/ui/style/Styler.h b/include/cru/ui/style/Styler.h index 4d812643..d6cbc760 100644 --- a/include/cru/ui/style/Styler.h +++ b/include/cru/ui/style/Styler.h @@ -60,6 +60,8 @@ class CRU_UI_API BorderStyler : public Styler { void Apply(controls::Control* control) const override; + ApplyBorderStyleInfo GetBorderStyle() const { return style_; } + BorderStyler* Clone() const override { return new BorderStyler(style_); } private: |