fix zooming issue after S Pick is set
This commit is contained in:
parent
108d6c75d6
commit
8802267628
@ -324,7 +324,7 @@ class PickDlg(QDialog):
|
|||||||
self.updateCurrentLimits()
|
self.updateCurrentLimits()
|
||||||
if phase:
|
if phase:
|
||||||
if self.zoomAction.isChecked():
|
if self.zoomAction.isChecked():
|
||||||
self.zoomAction.toggle()
|
self.zoomAction.trigger()
|
||||||
self.disconnectReleaseEvent()
|
self.disconnectReleaseEvent()
|
||||||
self.disconnectScrollEvent()
|
self.disconnectScrollEvent()
|
||||||
self.disconnectMotionEvent()
|
self.disconnectMotionEvent()
|
||||||
|
Loading…
Reference in New Issue
Block a user