try new synchro method
This commit is contained in:
@ -310,7 +310,7 @@ def run_pyqtgraph(args) -> None:
|
||||
)
|
||||
|
||||
pg.setConfigOptions(
|
||||
useOpenGL=not peak_calibrate_mode,
|
||||
useOpenGL=bool(getattr(args, "opengl", False)),
|
||||
antialias=False,
|
||||
imageAxisOrder="row-major",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user