aboutsummaryrefslogtreecommitdiff
path: root/gui/ScrollBarWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ScrollBarWidget.h')
-rw-r--r--gui/ScrollBarWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ScrollBarWidget.h b/gui/ScrollBarWidget.h
index 5787da4229..4732d22667 100644
--- a/gui/ScrollBarWidget.h
+++ b/gui/ScrollBarWidget.h
@@ -66,7 +66,7 @@ public:
void handleMouseEntered(int button) { setFlags(WIDGET_HILITED); }
void handleMouseLeft(int button) { clearFlags(WIDGET_HILITED); _part = kNoPart; draw(); }
void handleTickle();
-
+
// FIXME - this should be private, but then we also have to add accessors
// for _numEntries, _entriesPerPage and _currentPos. This again leads to the question:
// should these accessors force a redraw?