瀏覽代碼

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 年之前
父節點
當前提交
1968e54b5c
共有 1 個文件被更改,包括 0 次插入1 次删除
  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))