Skip to content
Snippets Groups Projects
Commit e8ba6c57 authored by Sander de Snoo's avatar Sander de Snoo
Browse files

Fixed background of video mode

parent 9f6675ae
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ class liveplotting(QtWidgets.QMainWindow, Ui_MainWindow):
# only change if still default
if pg.getConfigOption('foreground') == 'd' and pg.getConfigOption('background') == 'k':
pg.setConfigOption('background', None)
pg.setConfigOption('background', 'w')
pg.setConfigOption('foreground', 'k')
liveplotting.last_instance = self
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment