Make openGL flag actually work..

py3.10_support
Tyler Goodlet 2021-10-06 20:17:13 -04:00
parent cf2d258a27
commit 8b12329479
1 changed files with 4 additions and 1 deletions

View File

@ -603,6 +603,9 @@ class ChartPlotWidget(pg.PlotWidget):
view_color: str = 'papas_special',
pen_color: str = 'bracket',
# TODO: load from config
use_open_gl: bool = False,
static_yrange: Optional[tuple[float, float]] = None,
**kwargs,
@ -617,9 +620,9 @@ class ChartPlotWidget(pg.PlotWidget):
# parent=None,
# plotItem=None,
# antialias=True,
# useOpenGL=True,
**kwargs
)
self.useOpenGL(use_open_gl)
self.name = name
self.data_key = data_key
self.linked = linkedsplits