summaryrefslogtreecommitdiff
path: root/src/gui/preview/PreviewController.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-07-21 21:05:55 (GMT)
committer jacob1 <jfu614@gmail.com>2013-07-21 21:05:55 (GMT)
commite0913d2639dbec89d7ab795be8de12d1e9ec0efb (patch)
treeebada7a67debd5985bc11faf9bd5c1739bad06bb /src/gui/preview/PreviewController.h
parenta63f5b875b9d31f8932ca62537ae7b863ef7f8b8 (diff)
downloadpowder-e0913d2639dbec89d7ab795be8de12d1e9ec0efb.zip
powder-e0913d2639dbec89d7ab795be8de12d1e9ec0efb.tar.gz
can change comment pages without the scrollwheel, click and hold scrollbar area to have it scroll to that point
Diffstat (limited to 'src/gui/preview/PreviewController.h')
-rw-r--r--src/gui/preview/PreviewController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/preview/PreviewController.h b/src/gui/preview/PreviewController.h
index e1e429d..c5a4306 100644
--- a/src/gui/preview/PreviewController.h
+++ b/src/gui/preview/PreviewController.h
@@ -36,8 +36,8 @@ public:
void FavouriteSave();
bool SubmitComment(std::string comment);
- void NextCommentPage();
- void PrevCommentPage();
+ bool NextCommentPage();
+ bool PrevCommentPage();
virtual ~PreviewController();
};