diff --git a/sources/diagramview.cpp b/sources/diagramview.cpp index 4e8db8a07..244b45d4f 100644 --- a/sources/diagramview.cpp +++ b/sources/diagramview.cpp @@ -586,6 +586,7 @@ void DiagramView::wheelEvent(QWheelEvent *e) { #if defined(__APPLE__) && defined(__MACH__) QAbstractScrollArea::wheelEvent(e); + } #else if (e->buttons() != Qt::MidButton) { if (!(e -> modifiers() & Qt::ControlModifier)) {