diff options
author | crupest <crupest@outlook.com> | 2018-11-13 22:36:40 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-11-13 22:37:08 +0800 |
commit | 6d0a44597eb6e35993b46642ebf85abd94bca2d7 (patch) | |
tree | 98719593d5854f2162ea8d87b7fecdc3472968bc /src/ui/control.hpp | |
parent | 38a523be0085a9b529043bddc61e4aee04a6768d (diff) | |
download | cru-6d0a44597eb6e35993b46642ebf85abd94bca2d7.tar.gz cru-6d0a44597eb6e35993b46642ebf85abd94bca2d7.tar.bz2 cru-6d0a44597eb6e35993b46642ebf85abd94bca2d7.zip |
Add check for IsBordered.
Diffstat (limited to 'src/ui/control.hpp')
-rw-r--r-- | src/ui/control.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/control.hpp b/src/ui/control.hpp index 75c10c04..776eacb0 100644 --- a/src/ui/control.hpp +++ b/src/ui/control.hpp @@ -372,7 +372,7 @@ namespace cru::ui bool is_bordered_ = false; BorderProperty border_property_; - Microsoft::WRL::ComPtr<ID2D1RoundedRectangleGeometry> border_geometry_ = nullptr; + Microsoft::WRL::ComPtr<ID2D1Geometry> border_geometry_ = nullptr; AnyMap additional_property_map_{}; |