FLTK logo

[master] e6683d4 - Disable check mark debugging

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] e6683d4 - Disable check mark debugging "Albrecht Schlosser" Nov 18, 2021  
 
commit e6683d48e93e12fd22383ffdacc10634cc7bb85d
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Thu Nov 18 15:14:22 2021 +0100
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Thu Nov 18 15:14:22 2021 +0100

    Disable check mark debugging

 src/fl_draw.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git src/fl_draw.cxx src/fl_draw.cxx
index efa7a14..26f49f1 100644
--- src/fl_draw.cxx
+++ 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);
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.