diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2015-07-18 23:59:54 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2015-07-18 23:59:54 +0000 |
| commit | 98ef8d52c9cd3986a6c527d9cdc8d2ffb1b08d5c (patch) | |
| tree | d181f51e65b84889d15ecc679147ea950e0820a7 /src/Fl_Table.cxx | |
| parent | 1cf24ff074201327a9153f83045cf6e9fce5bd70 (diff) | |
Fix and improve Fl_Table docs, fix some other typos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10799 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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(), |
