[bugfix] fixes an issue where the zoom action is not reset when setting the initial pick
This commit is contained in:
parent
d05e9320e5
commit
5e6173b351
@ -320,6 +320,8 @@ class PickDlg(QDialog):
|
||||
phase = self.selectPhase.currentText()
|
||||
self.updateCurrentLimits()
|
||||
if phase:
|
||||
if self.zoomAction.isChecked():
|
||||
self.zoomAction.toggle()
|
||||
self.disconnectReleaseEvent()
|
||||
self.disconnectScrollEvent()
|
||||
self.disconnectMotionEvent()
|
||||
|
Loading…
Reference in New Issue
Block a user