From 6cd7b4e168fdda6bf83187cda9269cad5f9ee0ed Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 19 Sep 2018 23:59:15 +0800 Subject: Change the macro controlling the debug control border. --- CruUI/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CruUI/application.cpp') diff --git a/CruUI/application.cpp b/CruUI/application.cpp index 120fffa6..1375ed99 100644 --- a/CruUI/application.cpp +++ b/CruUI/application.cpp @@ -101,7 +101,7 @@ namespace cru { god_window_ = std::make_unique(this); -#ifdef CRU_DEBUG +#ifdef CRU_DEBUG_DRAW_CONTROL_BORDER debug_border_brush_ = graph::CreateSolidBrush(D2D1::ColorF(D2D1::ColorF::Crimson)); #endif } -- cgit v1.2.3