Guard against zero px width

marketstore_backup
Tyler Goodlet 2022-04-06 17:10:19 -04:00
parent 1066d78918
commit f2a9580d5c
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ class FastAppendCurve(pg.GraphicsObject):
self._in_ds = False self._in_ds = False
elif should_ds: elif should_ds and px_width:
x_out, y_out = self.downsample( x_out, y_out = self.downsample(
x_out, x_out,
y_out, y_out,