graphics/SFC_Objects.py
changeset 1653 d98cc9d19a5c
parent 1652 be605b2e6e3a
child 1730 64d8f52bc8c8
--- a/graphics/SFC_Objects.py	Mon Feb 06 20:23:45 2017 +0300
+++ b/graphics/SFC_Objects.py	Mon Feb 06 20:30:39 2017 +0300
@@ -70,7 +70,7 @@
         if self.Output is not None:
             self.Output.Flush()
             self.Output = None
-        if self.Output is not None:
+        if self.Action is not None:
             self.Action.Flush()
             self.Action = None