aboutsummaryrefslogtreecommitdiff
path: root/src/ui/control.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2018-11-13 22:36:40 +0800
committercrupest <crupest@outlook.com>2018-11-13 22:37:08 +0800
commit6d0a44597eb6e35993b46642ebf85abd94bca2d7 (patch)
tree98719593d5854f2162ea8d87b7fecdc3472968bc /src/ui/control.hpp
parent38a523be0085a9b529043bddc61e4aee04a6768d (diff)
downloadcru-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.hpp2
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_{};