controls/PouInstanceVariablesPanel.py
changeset 1742 92932cd370a4
parent 1740 b789b695b5c6
child 1749 d73b64672238
--- a/controls/PouInstanceVariablesPanel.py	Tue Aug 15 16:01:18 2017 +0300
+++ b/controls/PouInstanceVariablesPanel.py	Tue Aug 15 16:48:49 2017 +0300
@@ -140,11 +140,11 @@
 
         self.VariablesList = CustomTreeCtrlWithRightImage(self,
               style=wx.SUNKEN_BORDER,
-              agwStyle=CT.TR_NO_BUTTONS|
-                       CT.TR_SINGLE|
-                       CT.TR_HAS_VARIABLE_ROW_HEIGHT|
-                       CT.TR_HIDE_ROOT|
-                       CT.TR_NO_LINES|
+              agwStyle=CT.TR_NO_BUTTONS              |
+                       CT.TR_SINGLE                  |
+                       CT.TR_HAS_VARIABLE_ROW_HEIGHT |
+                       CT.TR_HIDE_ROOT               |
+                       CT.TR_NO_LINES                |
                        getattr(CT, "TR_ALIGN_WINDOWS_RIGHT", CT.TR_ALIGN_WINDOWS))
         self.VariablesList.SetIndent(0)
         self.VariablesList.SetSpacing(5)