Skip to content

Commit

Permalink
expand all groups if filter applied
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Aug 2, 2016
1 parent 592c33f commit 02e846a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/plugins/processing/gui/GetScriptsAndModels.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ def fillTree(self):
self.tree.addTopLevelItem(self.notinstalledItem)
self.tree.addTopLevelItem(self.uptodateItem)

if text != '':
self.tree.expandAll()

self.txtHelp.setHtml(self.HELP_TEXT)

def setHelp(self, reply, item):
Expand Down

0 comments on commit 02e846a

Please sign in to comment.