Browse Source

wxGUI: fix opening extension dialog

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57204 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 11 years ago
parent
commit
1968e54b5c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      gui/wxpython/modules/extensions.py

+ 0 - 1
gui/wxpython/modules/extensions.py

@@ -59,7 +59,6 @@ class InstallExtensionWindow(wx.Frame):
         
         self.search = SearchModuleWidget(parent=self.panel, model=self.modelBuilder.GetModel(),
                                          showChoice = False)
-        self.search.SetSelection(0)
         self.search.showSearchResult.connect(lambda result: self.tree.Select(result))
         # show text in statusbar when notification appears
         self.search.showNotification.connect(lambda message: self.SetStatusText(message))