[GRASS-dev] [GRASS GIS] #3630: cannot set symbol interactively in d.vect

#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&gt;
GRASS GIS <https://grass.osgeo.org>

#3630: cannot set symbol interactively in d.vect
--------------------------+----------------------------
  Reporter: cmbarton | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: major | Milestone:
Component: wxGUI | Version: svn-trunk
Resolution: fixed | Keywords: d.vect, symbol
       CPU: Unspecified | Platform: Unspecified
--------------------------+----------------------------
Changes (by cmbarton):

* status: new => closed
* resolution: => fixed

Comment:

This is fixed in v. 7.4 on up. Closing

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3630#comment:1&gt;
GRASS GIS <https://grass.osgeo.org>

#3630: cannot set symbol interactively in d.vect
--------------------------+----------------------------
  Reporter: cmbarton | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: major | Milestone: 7.4.2
Component: wxGUI | Version: svn-trunk
Resolution: fixed | Keywords: d.vect, symbol
       CPU: Unspecified | Platform: Unspecified
--------------------------+----------------------------
Changes (by martinl):

* milestone: => 7.4.2

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3630#comment:2&gt;
GRASS GIS <https://grass.osgeo.org>