From 72fc892792565ef39fcae6b7d2a19006dc3a3238 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 21 Oct 2021 17:44:56 +0800 Subject: ... --- src/ui/UiManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/UiManager.cpp') diff --git a/src/ui/UiManager.cpp b/src/ui/UiManager.cpp index 85ca552c..ed40e70f 100644 --- a/src/ui/UiManager.cpp +++ b/src/ui/UiManager.cpp @@ -20,8 +20,8 @@ using namespace cru::ui::style; using namespace cru::ui::helper; namespace { -std::unique_ptr CreateSolidColorBrush(IGraphicsFactory* factory, - const Color& color) { +std::unique_ptr CreateSolidColorBrush( + IGraphicsFactory* factory, const Color& color) { auto brush = factory->CreateSolidColorBrush(); brush->SetColor(color); return brush; -- cgit v1.2.3