diff -r b45f2768fab1 -r 81aa8aaccdd4 controls/VariablePanel.py --- a/controls/VariablePanel.py Sat Aug 19 16:30:15 2017 +0300 +++ b/controls/VariablePanel.py Sat Aug 19 16:45:37 2017 +0300 @@ -515,7 +515,7 @@ self.DefaultTypes = {"All": "Local", "Interface": "Input", "Variables": "Local"} if element_type in ["config", "resource"] \ - or element_type in ["program", "transition", "action"]: + or element_type in ["program", "transition", "action"]: # this is an element that can have located variables self.Table = VariableTable(self, [], GetVariableTableColnames(True)) @@ -872,7 +872,7 @@ bodytype = self.Controler.GetEditedElementBodyType(self.TagName) pouname, poutype = self.Controler.GetEditedElementType(self.TagName) if classtype in ["Input", "Output", "InOut", "External", "Global"] or \ - poutype != "function" and bodytype in ["ST", "IL"]: + poutype != "function" and bodytype in ["ST", "IL"]: functionblock_menu = wx.Menu(title='') fbtypes = self.Controler.GetFunctionBlockTypes(self.TagName) for functionblock_type in fbtypes: