Skip to content

Commit e8a1035

Browse files
committed
Move deselcted seismograms to bottom when aligning or refining
1 parent 79c7bb1 commit e8a1035

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/pysmo/aimbat/GUI.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,9 @@ def alignButtonClicked(self):
379379
self.redrawTimePicks(plt)
380380
self.scalePlotXRange(plt)
381381

382+
# Move deselcted seismograms to the bottom
383+
self.reorderPlots()
384+
382385
def syncButtonClicked(self):
383386
hdrini, hdrmed, hdrfin = self.opts.qcpara.ichdrs
384387
wh0, wh1 = self.opts.qcpara.twhdrs
@@ -419,6 +422,9 @@ def refineButtonClicked(self):
419422
self.redrawTimePicks(plt)
420423
self.scalePlotXRange(plt)
421424

425+
# Move deselcted seismograms to the bottom
426+
self.reorderPlots()
427+
422428
def finalizeButtonClicked(self):
423429
self.getWindow(self.opts.mcpara.ipick)
424430
tw = self.opts.ccpara.twcorr[1] - self.opts.ccpara.twcorr[0]

0 commit comments

Comments
 (0)