draw picks from main window to the picking window
This commit is contained in:
parent
d53a3dad04
commit
ca1b41511c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user