[GRASS-dev] [GRASS GIS] #3630: cannot set symbol interactively in d.vect
GRASS GIS
trac at osgeo.org
Mon Aug 27 12:26:41 PDT 2018
#3630: cannot set symbol interactively in d.vect
----------------------------+-------------------------
Reporter: cmbarton | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone:
Component: wxGUI | Version: svn-trunk
Keywords: d.vect, symbol | CPU: Unspecified
Platform: Unspecified |
----------------------------+-------------------------
When I click on the symbol to change in in the d.vect dialog, I get the
following wxPython error:
{{{
Traceback (most recent call last):
File "/Applications/GRASS-7.5.app/Contents/Resources/gui/w
xpython/gui_core/forms.py", line 2681, in OnSetSymbol
currentSymbol=p['value'])
File "/Applications/GRASS-7.5.app/Contents/Resources/gui/w
xpython/gui_core/dialogs.py", line 2064, in __init__
self._layout()
File "/Applications/GRASS-7.5.app/Contents/Resources/gui/w
xpython/gui_core/dialogs.py", line 2070, in _layout
fgSizer = wx.FlexGridSizer(rows=2, vgap=5, hgap=5)
TypeError
:
FlexGridSizer(): arguments did not match any overloaded
call:
overload 1: 'hgap' is not a valid keyword argument
overload 2: 'hgap' is not a valid keyword argument
overload 3: 'hgap' is not a valid keyword argument
overload 4: 'hgap' is not a valid keyword argument
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3630>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list