flipped zoom on node view to normal

This commit is contained in:
itsmattkc
2019-04-12 21:55:17 +10:00
parent b21745f694
commit 41767cca5e
+1 -1
View File
@@ -49,7 +49,7 @@ void NodeView::mouseReleaseEvent(QMouseEvent *event)
void NodeView::wheelEvent(QWheelEvent *event)
{
if (event->angleDelta().y() > 0) {
if (event->angleDelta().y() < 0) {
scale(0.9, 0.9);
} else {
scale(1.1, 1.1);