summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-11-18 15:14:22 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-11-18 15:14:22 +0100
commite6683d48e93e12fd22383ffdacc10634cc7bb85d (patch)
tree30d2490f5afbbbd0b746ecfc36d9d8b799eeedba
parentca89f48c0b78d2e6dccb8160ec64451c56b1cde5 (diff)
Disable check mark debugging
-rw-r--r--src/fl_draw.cxx2
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);