Update VSWR marker colours even when using custom color scheme.

pull/44/head
Rune Broberg 2019-10-15 09:09:10 +02:00
rodzic f1481636c7
commit 22017bc449
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1435,6 +1435,7 @@ class DisplaySettingsWindow(QtWidgets.QWidget):
c.setBackgroundColor(self.backgroundColor)
c.setForegroundColor(self.foregroundColor)
c.setTextColor(self.textColor)
c.setSWRColor(self.vswrColor)
else:
self.dark_mode_option.setDisabled(False)
self.btn_background_picker.setDisabled(True)