summaryrefslogtreecommitdiff
path: root/src/Fl_Table.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Table.cxx')
-rw-r--r--src/Fl_Table.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Table.cxx b/src/Fl_Table.cxx
index 79d152acb..e19fc2fbe 100644
--- a/src/Fl_Table.cxx
+++ b/src/Fl_Table.cxx
@@ -41,7 +41,7 @@ void Fl_Table::row_position(int row) {
vscrollbar->Fl_Slider::value(newtop);
table_scrolled();
redraw();
- _row_position = row; // HACK: override what table_scrolled() came up with
+ _row_position = row; // HACK: what table_scrolled() came up with
}
/**
@@ -60,7 +60,7 @@ void Fl_Table::col_position(int col) {
hscrollbar->Fl_Slider::value(newleft);
table_scrolled();
redraw();
- _col_position = col; // HACK: override what table_scrolled() came up with
+ _col_position = col; // HACK: what table_scrolled() came up with
}
/**