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/global_macros.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CruUI/global_macros.h') diff --git a/CruUI/global_macros.h b/CruUI/global_macros.h index 7d8da00b..696c5d2b 100644 --- a/CruUI/global_macros.h +++ b/CruUI/global_macros.h @@ -5,3 +5,7 @@ #endif #define GLOG_NO_ABBREVIATED_SEVERITIES + +#ifdef CRU_DEBUG +#define CRU_DEBUG_DRAW_CONTROL_BORDER +#endif -- cgit v1.2.3