diff options
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_{}; |