graphics/SFC_Objects.py
changeset 1849 6811021e3d94
parent 1848 201e0f1896c4
child 1852 70c1cc354a8f
--- a/graphics/SFC_Objects.py	Thu Oct 05 16:41:31 2017 +0300
+++ b/graphics/SFC_Objects.py	Thu Oct 05 16:46:29 2017 +0300
@@ -2000,7 +2000,7 @@
             highlight_items = self.Highlights.items()
             for number, action_highlights in highlight_items:
                 action_highlight_items = action_highlights.items()
-                for name, attribute_highlights in action_highlights:
+                for name, attribute_highlights in action_highlight_items:
                     attribute_highlights = ClearHighlights(attribute_highlights, highlight_type)
                     if len(attribute_highlights) == 0:
                         action_highlights.pop(name)