diff options
| author | jacob1 <jfu614@gmail.com> | 2013-07-21 19:59:51 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-07-21 19:59:51 (GMT) |
| commit | a63f5b875b9d31f8932ca62537ae7b863ef7f8b8 (patch) | |
| tree | 09e917a515cf0ed03a09e14f6782ad964ae3c7ad /src/gui/preview/PreviewView.h | |
| parent | a9352008cf3765070a0634cb198820ebda9427f1 (diff) | |
| download | powder-a63f5b875b9d31f8932ca62537ae7b863ef7f8b8.zip powder-a63f5b875b9d31f8932ca62537ae7b863ef7f8b8.tar.gz | |
when scrolling up through comments, it starts at the bottom of the page instead of the top
Diffstat (limited to 'src/gui/preview/PreviewView.h')
| -rw-r--r-- | src/gui/preview/PreviewView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/preview/PreviewView.h b/src/gui/preview/PreviewView.h index 25c3772..9ddbb71 100644 --- a/src/gui/preview/PreviewView.h +++ b/src/gui/preview/PreviewView.h @@ -49,6 +49,7 @@ class PreviewView: public ui::Window { int votesDown; bool doOpen; bool showAvatars; + bool prevPage; int commentBoxHeight; float commentBoxPositionX; |
