obliviated stray debug statement
This commit is contained in:
parent
352039d5c7
commit
547f847b26
@ -591,7 +591,6 @@ class PlotDataItem(GraphicsObject):
|
|||||||
curveArgs = {}
|
curveArgs = {}
|
||||||
scatterArgs = {}
|
scatterArgs = {}
|
||||||
if update_style: # repeat style arguments only when changed
|
if update_style: # repeat style arguments only when changed
|
||||||
print(' PDI: style update in updateItems')
|
|
||||||
for k,v in [('pen','pen'), ('shadowPen','shadowPen'), ('fillLevel','fillLevel'), ('fillOutline', 'fillOutline'), ('fillBrush', 'brush'), ('antialias', 'antialias'), ('connect', 'connect'), ('stepMode', 'stepMode')]:
|
for k,v in [('pen','pen'), ('shadowPen','shadowPen'), ('fillLevel','fillLevel'), ('fillOutline', 'fillOutline'), ('fillBrush', 'brush'), ('antialias', 'antialias'), ('connect', 'connect'), ('stepMode', 'stepMode')]:
|
||||||
if k in self.opts:
|
if k in self.opts:
|
||||||
curveArgs[v] = self.opts[k]
|
curveArgs[v] = self.opts[k]
|
||||||
|
Loading…
Reference in New Issue
Block a user