diff options
Diffstat (limited to 'src/Fl_Table.cxx')
| -rw-r--r-- | src/Fl_Table.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Table.cxx b/src/Fl_Table.cxx index af7cb28fc..b5fecc0d1 100644 --- a/src/Fl_Table.cxx +++ b/src/Fl_Table.cxx @@ -1289,8 +1289,8 @@ void Fl_Table::draw() { fl_rectf(tix, tiy + table_h, tiw, tih - table_h, color()); if ( row_header() ) { // NOTE: - // Careful with that lower corner; don't use tih; when eg. - // table->box(FL_THIN_UPFRAME) and hscrollbar hidden, + // Careful with that lower corner; don't use tih; when eg. + // table->box(FL_THIN_UP_FRAME) and hscrollbar hidden, // leaves a row of dead pixels. // fl_rectf(wix, tiy + table_h, row_header_width(), |
