浏览代码

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á 12 年之前
父节点
当前提交
5886d1ef03
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)