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
|
# set plot labels
|
||||||
self.setPlotLabels()
|
self.setPlotLabels()
|
||||||
|
|
||||||
|
# draw picks if present
|
||||||
|
self.drawPicks()
|
||||||
|
|
||||||
# connect button press event to an action
|
# connect button press event to an action
|
||||||
self.cidpress = self.connectPressEvent(self.panPress)
|
self.cidpress = self.connectPressEvent(self.panPress)
|
||||||
self.cidmotion = self.connectMotionEvent(self.panMotion)
|
self.cidmotion = self.connectMotionEvent(self.panMotion)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user