Author: greg.ercolano
Date: 2011-09-29 14:10:59 -0700 (Thu, 29 Sep 2011)
New Revision: 9086
Log:
Limit columns to 26 to ensure column labels are only A-Z.
(previous value of 30 was creating non-alpha label names..)
Modified:
branches/branch-1.3/examples/table-simple.cxx
Modified: branches/branch-1.3/examples/table-simple.cxx
===================================================================
--- branches/branch-1.3/examples/table-simple.cxx 2011-09-29 20:08:54 UTC
(rev 9085)
+++ branches/branch-1.3/examples/table-simple.cxx 2011-09-29 21:10:59 UTC
(rev 9086)
@@ -27,7 +27,7 @@
#include <FL/fl_draw.H>
#define MAX_ROWS 30
-#define MAX_COLS 30
+#define MAX_COLS 26 // A-Z
// Derive a class from Fl_Table
class MyTable : public Fl_Table {
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit