plot tab remembers now value, satellite, points
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ class PlotTab(QWidget):
|
||||
frame.setFrameShadow(QFrame.Raised)
|
||||
fl = QVBoxLayout(frame)
|
||||
fl.setContentsMargins(2, 2, 2, 2)
|
||||
pw = SinglePlotWidget(model)
|
||||
pw = SinglePlotWidget(model, plot_index=i)
|
||||
pw.setMinimumHeight(230)
|
||||
fl.addWidget(pw)
|
||||
grid.addWidget(frame, i // 2, i % 2)
|
||||
|
||||
Reference in New Issue
Block a user