mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Remove temporary code comment.
This commit is contained in:
parent
d432403430
commit
11d42ac3df
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user