Browse Source

wxGUI/modeler: reset label and comment in search dialog

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58593 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 years ago
parent
commit
6666b62d90
1 changed files with 2 additions and 0 deletions
  1. 2 0
      gui/wxpython/gmodeler/dialogs.py

+ 2 - 0
gui/wxpython/gmodeler/dialogs.py

@@ -282,6 +282,8 @@ class ModelSearchDialog(wx.Dialog):
     def Reset(self):
         """!Reset dialog"""
         self.search.Reset()
+        self.label.SetValue('')
+        self.comment.SetValue('')
         self.cmd_prompt.OnCmdErase(None)
         self.cmd_prompt.SetFocus()