diff -r ec153828ded2 -r b789b695b5c6 dialogs/FBDVariableDialog.py --- a/dialogs/FBDVariableDialog.py Tue Aug 15 12:17:51 2017 +0300 +++ b/dialogs/FBDVariableDialog.py Tue Aug 15 15:50:30 2017 +0300 @@ -101,7 +101,7 @@ # Create a list box to selected variable expression in the list of # variables defined in POU - self.VariableName = wx.ListBox(self, size=wx.Size(-1,120), + self.VariableName = wx.ListBox(self, size=wx.Size(-1, 120), style=wx.LB_SINGLE|wx.LB_SORT) self.Bind(wx.EVT_LISTBOX, self.OnNameChanged, self.VariableName) self.RightGridSizer.AddWindow(self.VariableName, border=4, flag=wx.GROW|wx.TOP)