[bugfix] it was not possible to pick the very first station manually
This commit is contained in:
parent
b5d94eed61
commit
14cd175297
@ -753,7 +753,7 @@ class MainWindow(QMainWindow):
|
|||||||
|
|
||||||
wfID = self.getWFID(gui_event)
|
wfID = self.getWFID(gui_event)
|
||||||
|
|
||||||
if not wfID: return
|
if wfID is None: return
|
||||||
|
|
||||||
station = self.getStationName(wfID)
|
station = self.getStationName(wfID)
|
||||||
self.updateStatus('picking on station {0}'.format(station))
|
self.updateStatus('picking on station {0}'.format(station))
|
||||||
|
Loading…
Reference in New Issue
Block a user