mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 14:50:53 +01:00
Fix indentation code
This commit is contained in:
@@ -417,7 +417,7 @@ void ElementView::wheelEvent(QWheelEvent *e) {
|
||||
if (e -> modifiers() & Qt::ControlModifier)
|
||||
e -> angleDelta().y() > 0 ? zoomInSlowly() : zoomOutSlowly();
|
||||
else
|
||||
QGraphicsView::wheelEvent(e);
|
||||
QGraphicsView::wheelEvent(e);
|
||||
} else {
|
||||
e -> angleDelta().y() > 0 ? zoomIn(): zoomOut();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user