Drop cache reset from `Curve.draw_last_datum()`
parent
3074773662
commit
da5dea9f99
|
@ -379,7 +379,7 @@ class Curve(pg.GraphicsObject):
|
|||
|
||||
) -> None:
|
||||
# default line draw last call
|
||||
with self.reset_cache():
|
||||
# with self.reset_cache():
|
||||
x = render_data['index']
|
||||
y = render_data[array_key]
|
||||
|
||||
|
|
Loading…
Reference in New Issue