[bugfix] it was not possible to pick the very first station manually

This commit is contained in:
Sebastian Wehling-Benatelli 2016-06-10 09:01:37 +02:00
parent b5d94eed61
commit 14cd175297

View File

@ -753,7 +753,7 @@ class MainWindow(QMainWindow):
wfID = self.getWFID(gui_event)
if not wfID: return
if wfID is None: return
station = self.getStationName(wfID)
self.updateStatus('picking on station {0}'.format(station))