Skip to content

Commit

Permalink
wxGUI/datacatalog: the bug corrected, now it shows 'No avaliable opti…
Browse files Browse the repository at this point in the history
…ons'. (#914)
  • Loading branch information
lindakladivova committed Aug 19, 2020
1 parent 9b88f3f commit a462593
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gui/wxpython/datacatalog/tree.py
Expand Up @@ -622,6 +622,8 @@ def OnRightClick(self, node):
self._popupMenuLocation()
elif self.selected_grassdb[0] and not self.selected_location[0] and len(self.selected_grassdb) == 1:
self._popupMenuGrassDb()
elif len(self.selected_grassdb) > 1 and not self.selected_location[0]:
self._popupMenuEmpty()
elif len(self.selected_location) > 1 and not self.selected_mapset[0]:
self._popupMenuMultipleLocations()
elif len(self.selected_mapset) > 1:
Expand Down

0 comments on commit a462593

Please sign in to comment.