Skip to content

Commit 39b1315

Browse files
authored
Fix code style
1 parent 4d8f2d5 commit 39b1315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notation/view/notationviewinputcontroller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ void NotationViewInputController::initCanvasPos()
189189
? scrollableArea.center().x() - viewport.width() / 2 : scrollableArea.left();
190190
qreal y = viewport.height() > scrollableArea.height()
191191
? scrollableArea.center().y() - viewport.height() / 2 : scrollableArea.top();
192-
m_view->moveUnconstrainedCanvas(viewport.topLeft()-PointF(x, y), false);
192+
m_view->moveUnconstrainedCanvas(viewport.topLeft() - PointF(x, y), false);
193193
}
194194

195195
void NotationViewInputController::updateZoomAfterSizeChange()

0 commit comments

Comments
 (0)