Skip to content

Commit

Permalink
g.gui.gmodeler: fix relationship with history pane (OSGeo#3337)
Browse files Browse the repository at this point in the history
* missing giface was causing the entire gmodeler to crash. Fixes OSGeo#3336.
  • Loading branch information
pesekon2 authored Jan 22, 2024
1 parent aec3432 commit f393525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/gmodeler/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def __init__(

self.pythonPanel = PythonPanel(parent=self)

self._gconsole = GConsole(guiparent=self)
self._gconsole = GConsole(guiparent=self, giface=giface)
self.goutput = GConsoleWindow(
parent=self, giface=giface, gconsole=self._gconsole
)
Expand Down

0 comments on commit f393525

Please sign in to comment.