فهرست منبع

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(),
         self.search = SearchModuleWidget(parent=self.panel, model=self.modelBuilder.GetModel(),
                                          showChoice = False)
                                          showChoice = False)
-        self.search.SetSelection(0)
         self.search.showSearchResult.connect(lambda result: self.tree.Select(result))
         self.search.showSearchResult.connect(lambda result: self.tree.Select(result))
         # show text in statusbar when notification appears
         # show text in statusbar when notification appears
         self.search.showNotification.connect(lambda message: self.SetStatusText(message))
         self.search.showNotification.connect(lambda message: self.SetStatusText(message))