beremiz
Clone
Summary
Browse
Changes
Graph
fix SFC Step flush method
2017-02-06, Surkov Sergey
d98cc9d19a5c
Parents
be605b2e6e3a
Children
f4696d85552a
fix SFC Step flush method
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
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