[new] log deleted picks in json file

This commit is contained in:
2019-05-29 15:59:05 +02:00
parent 02a0abffd9
commit 102b7eafe3
3 changed files with 68 additions and 24 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ class Array_map(QtGui.QWidget):
raise TypeError('Unknown "picker" {}'.format(picker))
print(message)
pyl_mw = self._parent
pyl_mw.addPicks(station, {}, type=picker)
pyl_mw.deletePicks(station, pick, type=picker)
pyl_mw.setDirty(True)
pyl_mw.update_status(message)
if self.auto_refresh_box.isChecked():