mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[processing] Expand 'algorithm' group in history on load
Since all the useful stuff is in that group, you ALWAYS need to expand it anyway!
This commit is contained in:
parent
dc27d12046
commit
d907ba05fc
@ -106,6 +106,7 @@ class HistoryDialog(BASE, WIDGET):
|
||||
item.setIcon(0, self.keyIcon)
|
||||
groupItem.insertChild(0, item)
|
||||
self.tree.addTopLevelItem(groupItem)
|
||||
groupItem.setExpanded(True)
|
||||
|
||||
def executeAlgorithm(self):
|
||||
item = self.tree.currentItem()
|
||||
|
Loading…
x
Reference in New Issue
Block a user