Don't access unset cursor
parent
aabbc12b82
commit
c971997f1a
|
@ -122,6 +122,8 @@ class LineEditor:
|
||||||
|
|
||||||
"""
|
"""
|
||||||
# chart.setCursor(QtCore.Qt.PointingHandCursor)
|
# chart.setCursor(QtCore.Qt.PointingHandCursor)
|
||||||
|
if not self.chart._cursor:
|
||||||
|
return None
|
||||||
|
|
||||||
chart = self.chart._cursor.active_plot
|
chart = self.chart._cursor.active_plot
|
||||||
cursor = chart._cursor
|
cursor = chart._cursor
|
||||||
|
|
Loading…
Reference in New Issue