fix zooming issue after S Pick is set

This commit is contained in:
Sebastian Wehling-Benatelli 2015-07-13 10:03:43 +02:00
parent 108d6c75d6
commit 8802267628

View File

@ -324,7 +324,7 @@ class PickDlg(QDialog):
self.updateCurrentLimits()
if phase:
if self.zoomAction.isChecked():
self.zoomAction.toggle()
self.zoomAction.trigger()
self.disconnectReleaseEvent()
self.disconnectScrollEvent()
self.disconnectMotionEvent()