Skip to content

Commit

Permalink
Merge pull request #18 from payno/active_curve-style
Browse files Browse the repository at this point in the history
Thanks!
  • Loading branch information
t20100 committed Oct 18, 2018
2 parents 8a2901b + 7b11bef commit dc44f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silx/gui/plot/items/curve.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,6 @@ def getCurrentColor(self):
This color is either the color of the curve or the highlighted color,
depending on the highlight state.
:rtype: 4-tuple of int in [0, 1]
:rtype: 4-tuple of float in [0, 1]
"""
return self.getCurrentStyle().getColor()

0 comments on commit dc44f37

Please sign in to comment.