Limit columns to 26 to ensure column labels are only A-Z.
(previous value of 30 was creating non-alpha label names..) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9086 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
7d44e7f378
commit
9f9c16ac16
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user