BeremizIDE.py
changeset 1756 08e4394ff4fb
parent 1751 c28db6f7616b
child 1757 0de89da92ee0
--- a/BeremizIDE.py	Wed Aug 16 15:18:57 2017 +0300
+++ b/BeremizIDE.py	Wed Aug 16 16:37:45 2017 +0300
@@ -149,7 +149,8 @@
             self.output.Freeze()
             self.lock.acquire()
             for s, style in self.stack:
-                if style is None: style = self.black_white
+                if style is None:
+                    style = self.black_white
                 if style != self.black_white:
                     self.output.StartStyling(self.output.GetLength(), 0xff)