git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68532 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -2060,7 +2060,7 @@ class DefaultFontDialog(wx.Dialog):
id=wx.ID_ANY,
pos=wx.DefaultPosition,
choices=self.fontlist,
- style=wx.LB_SINGLE | wx.LB_SORT)
+ style=wx.LB_SINGLE)
self.Bind(wx.EVT_LISTBOX, self.EvtListBox, self.fontlb)
self.Bind(wx.EVT_LISTBOX_DCLICK, self.EvtListBoxDClick, self.fontlb)