Update NanoVNASaver/NanoVNASaver.py

pull/461/head
Holger Müller 2022-01-17 08:50:04 +01:00 zatwierdzone przez GitHub
rodzic 209a2e326b
commit 55d86acec1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -493,7 +493,7 @@ class NanoVNASaver(QtWidgets.QWidget):
for c in self.combinedCharts:
c.setCombinedData(s11, s21)
self.sweep_control.progress_bar.setValue(int(self.worker.percentage)) # add int() RM 12-01-2022
self.sweep_control.progress_bar.setValue(int(self.worker.percentage))
self.windows["tdr"].updateTDR()
if s11: