uff introduced another bug

This commit is contained in:
2026-02-06 14:55:18 +01:00
parent 92da709bda
commit 7f5b26743f

View File

@@ -163,7 +163,7 @@ class SignalsTab(QtWidgets.QWidget):
# bits enabled but not plotting # bits enabled but not plotting
if not isPlottedArray[i]: if not isPlottedArray[i]:
continue continue
waveform = digital_array[idx, :] waveform = digital_array[i, :]
self.mainWindow.digitalPlots[i].setData(waveform) self.mainWindow.digitalPlots[i].setData(waveform)
plotName = getattr(self.view, f"labelBIT{i}").text() plotName = getattr(self.view, f"labelBIT{i}").text()
waveforms[plotName] = waveform waveforms[plotName] = waveform