diff options
Diffstat (limited to 'src/ui/border_property.cpp')
-rw-r--r-- | src/ui/border_property.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/border_property.cpp b/src/ui/border_property.cpp index 7f61c1b7..bd06a96a 100644 --- a/src/ui/border_property.cpp +++ b/src/ui/border_property.cpp @@ -1,10 +1,10 @@ #include "border_property.hpp" -#include "graph/graph.hpp" +#include "predefine.hpp" namespace cru::ui { - BorderProperty::BorderProperty(): BorderProperty(graph::CreateSolidBrush(D2D1::ColorF(D2D1::ColorF::Black))) + BorderProperty::BorderProperty(): BorderProperty(predefine::GetPredefineResourceComPtr<ID2D1Brush>(predefine::key_border_property_brush)) { } |