Remove temporary code comment.

This commit is contained in:
Stephan Witt 2022-01-03 10:44:02 +01:00
parent d432403430
commit 11d42ac3df

View File

@ -1634,7 +1634,6 @@ bool GuiView::event(QEvent * e)
QPinchGesture::ChangeFlags changeFlags = pinch->changeFlags();
if (changeFlags & QPinchGesture::ScaleFactorChanged) {
qreal factor = lyxrc.currentZoom*pinch->scaleFactor();
//factor = ceil(factor/20)*20;
zoomValueChanged(factor);
}
}