mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
expand all groups if filter applied
This commit is contained in:
parent
592c33f41e
commit
02e846ab5e
@ -229,6 +229,9 @@ class GetScriptsAndModelsDialog(BASE, WIDGET):
|
||||
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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user