aboutsummaryrefslogtreecommitdiff
path: root/CruUI/application.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2018-09-19 23:59:15 +0800
committercrupest <crupest@outlook.com>2018-09-19 23:59:15 +0800
commit6cd7b4e168fdda6bf83187cda9269cad5f9ee0ed (patch)
treec49981640d37ab29e6e9bf3f01f1483c3a3d042b /CruUI/application.cpp
parentdea11f34bfab5bfd5f66dec9f2fa0239abf44d89 (diff)
downloadcru-6cd7b4e168fdda6bf83187cda9269cad5f9ee0ed.tar.gz
cru-6cd7b4e168fdda6bf83187cda9269cad5f9ee0ed.tar.bz2
cru-6cd7b4e168fdda6bf83187cda9269cad5f9ee0ed.zip
Change the macro controlling the debug control border.
Diffstat (limited to 'CruUI/application.cpp')
-rw-r--r--CruUI/application.cpp2
1 files changed, 1 insertions, 1 deletions
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<GodWindow>(this);
-#ifdef CRU_DEBUG
+#ifdef CRU_DEBUG_DRAW_CONTROL_BORDER
debug_border_brush_ = graph::CreateSolidBrush(D2D1::ColorF(D2D1::ColorF::Crimson));
#endif
}