draw picks from main window to the picking window

This commit is contained in:
Sebastian Wehling-Benatelli 2015-07-07 11:23:01 +02:00
parent d53a3dad04
commit ca1b41511c

View File

@ -212,6 +212,9 @@ class PickDlg(QDialog):
# set plot labels
self.setPlotLabels()
# draw picks if present
self.drawPicks()
# connect button press event to an action
self.cidpress = self.connectPressEvent(self.panPress)
self.cidmotion = self.connectMotionEvent(self.panMotion)