- minor change
This commit is contained in:
@@ -477,6 +477,7 @@ class ShapeCollectionVisual(CompoundVisual):
|
|||||||
"Apply line colors --> Data error. %s" % str(e))
|
"Apply line colors --> Data error. %s" % str(e))
|
||||||
else:
|
else:
|
||||||
line.clear_data()
|
line.clear_data()
|
||||||
|
# line.visible = False
|
||||||
|
|
||||||
self.update_lock.release()
|
self.update_lock.release()
|
||||||
|
|
||||||
@@ -531,6 +532,7 @@ class ShapeCollectionVisual(CompoundVisual):
|
|||||||
connect='segments')
|
connect='segments')
|
||||||
else:
|
else:
|
||||||
line.clear_data()
|
line.clear_data()
|
||||||
|
# line.visible = False
|
||||||
|
|
||||||
line._bounds_changed()
|
line._bounds_changed()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user