Skip to content
Snippets Groups Projects
Commit 97f5c11f authored by Günter Quast's avatar Günter Quast
Browse files

redPosci.py: fixed stylesheet to reset color to default

parent 3d170119
Branches
No related tags found
No related merge requests found
......@@ -497,7 +497,7 @@ class OscDisplay(QWidget, Ui_OscDisplay):
def set_gui4start(self):
self.startButton.setText("Start")
self.startButton.setStyleSheet("color: black")
self.startButton.setStyleSheet("")
self.startButton.clicked.disconnect()
self.startButton.clicked.connect(self.start)
self.startDAQButton.setEnabled(True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment