#3542: cannot set default font in preferences
-------------------------+-------------------------
Reporter: cmbarton | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 7.4.1
Component: wxGUI | Version: 7.2.2
Keywords: wxgui, font | CPU: Unspecified
Platform: MacOSX |
-------------------------+-------------------------
I cannot set any font in preferences. It raises a GUI python error. The
result is that I get no text in some parts of the output (e.g. d.grid).
Here is the error:
Traceback (most recent call last):
File "/Applications/GRASS-7.2.2.app/Contents/Resources/gui
/wxpython/gui_core/preferences.py", line 1994, in
OnSetOutputFontCustomDialog
type='outputfont')
File "/Applications/GRASS-7.2.2.app/Contents/Resources/gui
/wxpython/gui_core/dialogs.py", line 2474, in __init__
pos=(2, 0))
File "/Applications/GRASS-7.2.2.app/Contents/Resources/lib
/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_core.py", line
15935, in Add
return _core_.GridBagSizer_Add(*args, **kwargs)
wx._core
.
PyAssertionError
:
C++ assertion "!CheckForIntersection(item)" failed at
/Users/chris.barker/miniconda/conda-bld/work/wxPython-
src-3.0.2.0/src/common/gbsizer.cpp(223) in Add(): An item is
already at that position