diff options
| author | jacob1 <jfu614@gmail.com> | 2013-10-18 20:36:37 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-10-18 20:36:37 (GMT) |
| commit | fd6da26b73ad2d4e3dd3b7e87dbcb9744305aa3e (patch) | |
| tree | b69e52a24ef981d41570dad98d3ab241a5af8be7 /src/gui/preview | |
| parent | ba43e4d238ab60255bde40afd3eb1430fb18ea08 (diff) | |
| download | powder-fd6da26b73ad2d4e3dd3b7e87dbcb9744305aa3e.zip powder-fd6da26b73ad2d4e3dd3b7e87dbcb9744305aa3e.tar.gz | |
fix not being able to select / see all elements in menus with tons of elements
Diffstat (limited to 'src/gui/preview')
| -rw-r--r-- | src/gui/preview/PreviewView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/preview/PreviewView.cpp b/src/gui/preview/PreviewView.cpp index c961ffa..1cd619b 100644 --- a/src/gui/preview/PreviewView.cpp +++ b/src/gui/preview/PreviewView.cpp @@ -384,7 +384,7 @@ void PreviewView::OnMouseWheel(int x, int y, int d) void PreviewView::OnMouseUp(int x, int y, unsigned int button) { - //if mouse is on the scrollwheel or farther right, and you are at the top of bottom of a page, change pages + //if mouse is on the scrollbar or farther right, and you are at the top of bottom of a page, change pages if (x > Position.X+commentsPanel->Position.X+commentsPanel->Size.X-6) { if (commentsPanel->GetScrollLimit() == 1) |
