# HG changeset patch
# User Surkov Sergey <surkovsv93@gmail.com>
# Date 1486402239 -10800
# Node ID d98cc9d19a5c97adc4be071728a49fe504ba7f0f
# Parent  be605b2e6e3ad72e19f79dba4a84e5e3ab5778bf
fix SFC Step flush method

diff -r be605b2e6e3a -r d98cc9d19a5c graphics/SFC_Objects.py
--- 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