diff -r c28db6f7616b -r d14ff9d7eb76 controls/VariablePanel.py --- a/controls/VariablePanel.py Wed Aug 16 12:57:52 2017 +0300 +++ b/controls/VariablePanel.py Wed Aug 16 13:01:13 2017 +0300 @@ -157,7 +157,7 @@ var_type = self.Parent.GetTagName() bodytype = self.Parent.Controler.GetEditedElementBodyType(var_type) if bodytype in ["ST", "IL"]: - row_edit = True; + row_edit = True return row_edit def _updateColAttrs(self, grid):