fixed padding on graph editor's nav

This commit is contained in:
itsmattkc
2019-01-22 11:46:17 +11:00
parent 23fef6b288
commit 1e1331c01d
4 changed files with 17 additions and 16 deletions
-2
View File
@@ -708,8 +708,6 @@ void GraphView::mouseReleaseEvent(QMouseEvent *) {
}
void GraphView::wheelEvent(QWheelEvent *event) {
dout << x_scroll << y_scroll;
bool redraw = false;
bool shift = (event->modifiers() & Qt::ShiftModifier); // scroll instead of zoom