Author: spitzak
Date: 2007-04-10 06:44:56 -0400 (Tue, 10 Apr 2007)
New Revision: 5773
Log:
Newlines in labels do not reset the current font set by @ commands


Modified:
   trunk/src/drawtext.cxx

Modified: trunk/src/drawtext.cxx
===================================================================
--- trunk/src/drawtext.cxx      2007-04-10 10:44:19 UTC (rev 5772)
+++ trunk/src/drawtext.cxx      2007-04-10 10:44:56 UTC (rev 5773)
@@ -508,7 +508,7 @@
       x = 0; y = max_y;
       column = column_widths_;
       current_column = 0;
-      ::flags = flags;
+      //::flags = flags;
     } else { // tab
       x += w;
       current_column++;

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to