DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2690
Version: 1.3-current


Attached file "text_display_debug_printf.diff"...


Link: http://www.fltk.org/str.php?L2690
Version: 1.3-current
Index: src/Fl_Text_Display.cxx
===================================================================
--- src/Fl_Text_Display.cxx     (revision 8867)
+++ src/Fl_Text_Display.cxx     (working copy)
@@ -282,7 +282,7 @@
 #endif // DEBUG
   const int oldWidth = w();
 #ifdef DEBUG
-  printf("    oldWidth=%d, mContinuousWrap=%d, mWrapMargin=%d\n", oldWidth, 
mContinuousWrap, mWrapMargin);
+  printf("    oldWidth=%d, mContinuousWrap=%d, mWrapMarginPix=%d\n", oldWidth, 
mContinuousWrap, mWrapMarginPix);
 #endif // DEBUG
   Fl_Widget::resize(X,Y,W,H);
   if (!buffer()) return;
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to