diff options
| -rw-r--r-- | src/fl_draw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
