Sfoglia il codice sorgente

wxGUI/datacatalog: expand current mapset instead of location

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67871 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 anni fa
parent
commit
ff363a47a3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      gui/wxpython/datacatalog/catalog.py

+ 1 - 1
gui/wxpython/datacatalog/catalog.py

@@ -67,4 +67,4 @@ class DataCatalog(wx.Panel):
 
     def LoadItemsDone(self):
         self._loaded = True
-        self.tree.ExpandCurrentLocation()
+        self.tree.ExpandCurrentMapset()