[GRASS-SVN] r68532 - grass/trunk/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 29 20:56:29 PDT 2016
Author: annakrat
Date: 2016-05-29 20:56:29 -0700 (Sun, 29 May 2016)
New Revision: 68532
Modified:
grass/trunk/gui/wxpython/gui_core/preferences.py
Log:
wxGUI: fix opening dialog for d.* commands fonts in settings on Mac, related to wxWidgets bug #15693, see #3046
Modified: grass/trunk/gui/wxpython/gui_core/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/preferences.py 2016-05-29 03:20:53 UTC (rev 68531)
+++ grass/trunk/gui/wxpython/gui_core/preferences.py 2016-05-30 03:56:29 UTC (rev 68532)
@@ -2060,7 +2060,7 @@
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)
More information about the grass-commit
mailing list