Gah, forgot to add this.
This commit is contained in:
parent
3f71276ac3
commit
14925b7fe3
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user