[bugfix] copy/paste failure

This commit is contained in:
Marcel Paffrath 2018-01-17 16:28:50 +01:00
parent c6cd6b2d69
commit 60a2863629
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0e05-dirty
c6cd-dirty

View File

@ -1960,7 +1960,7 @@ class PickDlg(QDialog):
self.setIniPickPS(gui_event, phase='P')
def setIniPickS(self, gui_event):
self.setIniPickPS(gui_event, phase='P')
self.setIniPickPS(gui_event, phase='S')
def setIniPickPS(self, gui_event, phase):
phase = self.getPhaseID(phase)