You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Clicking the feature select tool in the GUI opens a small window. It also raises the error below. Then you cannot close the window. Clicking the close button does nothing and generates no error.
Traceback (most recent call last):
File "/Applications/GRASS-
8.2.app/Contents/Resources/gui/wxpython/mapdisp/frame.py",
line 704, in OnSelect
self.dialogs["vselect"].CreateDialog(createButton=True)
File "/Applications/GRASS-
8.2.app/Contents/Resources/gui/wxpython/gui_core/vselect.py"
, line 135, in CreateDialog
self._dialog.AddWidget(createMap, proportion=0.1)
File "/Applications/GRASS-
8.2.app/Contents/Resources/gui/wxpython/gui_core/vselect.py"
, line 83, in AddWidget
self.mainSizer.Add(widget, proportion=proportion, flag=flag)
TypeError
:
Sizer.Add(): arguments did not match any overloaded call:
overload 1: 'proportion' is not a valid keyword argument
overload 2: argument 'proportion' has unexpected type
'float'
overload 3: argument 1 has unexpected type 'Button'
overload 4: argument 1 has unexpected type 'Button'
overload 5: argument 1 has unexpected type 'Button'
overload 6: argument 1 has unexpected type 'Button'
overload 7: argument 1 has unexpected type 'Button'
overload 8: argument 1 has unexpected type 'Button'
overload 9: argument 1 has unexpected type 'Button'
System description (please complete the following information):
Operating System: Mac OS 13.3.1 Apple ARM
GRASS GIS version: 8.2.1
The text was updated successfully, but these errors were encountered:
Describe the bug
Clicking the feature select tool in the GUI opens a small window. It also raises the error below. Then you cannot close the window. Clicking the close button does nothing and generates no error.
System description (please complete the following information):
The text was updated successfully, but these errors were encountered: