diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-18 15:14:22 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-18 15:14:22 +0100 |
| commit | e6683d48e93e12fd22383ffdacc10634cc7bb85d (patch) | |
| tree | 30d2490f5afbbbd0b746ecfc36d9d8b799eeedba | |
| parent | ca89f48c0b78d2e6dccb8160ec64451c56b1cde5 (diff) | |
Disable check mark debugging
| -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); |
