Gah, forgot to add this.

This commit is contained in:
fake-name 2019-06-24 14:11:54 -07:00
parent 3f71276ac3
commit 14925b7fe3

View File

@ -69,7 +69,8 @@ class PlotCurveItem(GraphicsObject):
'mouseWidth': 8, # width of shape responding to mouse click
'compositionMode': None,
}
if 'pen' not in kargs:
self.opts['pen'] = fn.mkPen('w')
self.setClickable(kargs.get('clickable', False))
self.setData(*args, **kargs)