Explorar o código

wxGUI: fix related to https://trac.osgeo.org/grass/ticket/1968

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56183 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová %!s(int64=12) %!d(string=hai) anos
pai
achega
5886d1ef03
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      gui/wxpython/gui_core/forms.py

+ 1 - 0
gui/wxpython/gui_core/forms.py

@@ -455,6 +455,7 @@ class TaskFrame(wx.Frame):
         self.goutput = self.notebookpanel.goutput
         if self._gconsole:
             self._gconsole.mapCreated.connect(self.OnMapCreated)
+        self.goutput.showNotification.connect(lambda message: self.SetStatusText(message))
 
         self.notebookpanel.OnUpdateValues = self.updateValuesHook
         guisizer.Add(item = self.notebookpanel, proportion = 1, flag = wx.EXPAND)