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 /CruUI-Generate/cru_ui.hpp | |
| parent | 38a523be0085a9b529043bddc61e4aee04a6768d (diff) | |
| download | cru-6d0a44597eb6e35993b46642ebf85abd94bca2d7.tar.gz cru-6d0a44597eb6e35993b46642ebf85abd94bca2d7.tar.bz2 cru-6d0a44597eb6e35993b46642ebf85abd94bca2d7.zip | |
Add check for IsBordered.
Diffstat (limited to 'CruUI-Generate/cru_ui.hpp')
| -rw-r--r-- | CruUI-Generate/cru_ui.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CruUI-Generate/cru_ui.hpp b/CruUI-Generate/cru_ui.hpp index 2196c918..302ce611 100644 --- a/CruUI-Generate/cru_ui.hpp +++ b/CruUI-Generate/cru_ui.hpp @@ -1851,7 +1851,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_{}; |
