From 4e8a8e78029b27fd02e80f8915c5cd264ef694eb Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Thu, 26 Aug 2021 16:31:29 +0300 Subject: [PATCH] - minor change --- appGUI/VisPyVisuals.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appGUI/VisPyVisuals.py b/appGUI/VisPyVisuals.py index 2ecb11a3..828090ea 100644 --- a/appGUI/VisPyVisuals.py +++ b/appGUI/VisPyVisuals.py @@ -477,6 +477,7 @@ class ShapeCollectionVisual(CompoundVisual): "Apply line colors --> Data error. %s" % str(e)) else: line.clear_data() + # line.visible = False self.update_lock.release() @@ -531,6 +532,7 @@ class ShapeCollectionVisual(CompoundVisual): connect='segments') else: line.clear_data() + # line.visible = False line._bounds_changed()