-
-
Notifications
You must be signed in to change notification settings - Fork 416
Closed
Labels
Milestone
Description
Describe the bug
Reported on gitter using GRASS GIS 8.4.1RC1:
Traceback (most recent call last):
File "/Applications/[GRASS-8.4.app/Contents/Resources/gui/wxpython/main_window/frame.py](http://grass-8.4.app/Contents/Resources/gui/wxpython/main_window/frame.py)
", line 895, in OnGModeler
gmodeler_panel = ModelerPanel(
File "/Applications/[GRASS-8.4.app/Contents/Resources/gui/wxpython/gmodeler/panels.py](http://grass-8.4.app/Contents/Resources/gui/wxpython/gmodeler/panels.py)",
line 137, in init
self.toolbar = ModelerToolbar(parent=self)
File "/Applications/[GRASS-8.4.app/Contents/Resources/gui/wxpython/gmodeler/toolbars.py](http://grass-8.4.app/Contents/Resources/gui/wxpython/gmodeler/toolbars.py)
", line 34, in init
parent.SetToolBar(self)
AttributeError
:
'ModelerPanel' object has no attribute 'SetToolBar'
. Did you mean: 'SetToolTip'?Additional context
I didn't test myself. Seems to work on main branch.
Reactions are currently unavailable