diff options
Diffstat (limited to 'src/ui/control.h')
-rw-r--r-- | src/ui/control.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/control.h b/src/ui/control.h index 18ca4b69..b2321e2b 100644 --- a/src/ui/control.h +++ b/src/ui/control.h @@ -399,6 +399,11 @@ namespace cru std::unordered_map<String, std::any> additional_properties_{}; bool is_focus_on_pressed_ = true; + +#ifdef CRU_DEBUG_LAYOUT + Microsoft::WRL::ComPtr<ID2D1Geometry> margin_geometry_; + Microsoft::WRL::ComPtr<ID2D1Geometry> padding_geometry_; +#endif }; // Find the lowest common ancestor. |