From e6683d48e93e12fd22383ffdacc10634cc7bb85d Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 18 Nov 2021 15:14:22 +0100 Subject: Disable check mark debugging --- src/fl_draw.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fl_draw.cxx b/src/fl_draw.cxx index efa7a14a6..26f49f10f 100644 --- a/src/fl_draw.cxx +++ b/src/fl_draw.cxx @@ -551,7 +551,7 @@ void fl_draw_check(Fl_Rect bb, Fl_Color col) { // Bit 2 set: draws a red frame around the check mark (the bounding box) // The background (1) can be used to test correct positioning by the widget code -#define DEBUG_FRAME (3) +#define DEBUG_FRAME (0) #if (DEBUG_FRAME) if (DEBUG_FRAME & 1) { // 1 = background fl_color(0x88dd8800); -- cgit v1.2.3