plot tab remembers now value, satellite, points

This commit is contained in:
2026-05-24 12:07:41 +02:00
parent 45ef58ea8d
commit d492e32a8b
2 changed files with 62 additions and 6 deletions
+1 -1
View File
@@ -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)