[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:
Nyall Dawson 2018-03-15 16:57:31 +10:00
parent dc27d12046
commit d907ba05fc

View File

@ -106,6 +106,7 @@ class HistoryDialog(BASE, WIDGET):
item.setIcon(0, self.keyIcon) item.setIcon(0, self.keyIcon)
groupItem.insertChild(0, item) groupItem.insertChild(0, item)
self.tree.addTopLevelItem(groupItem) self.tree.addTopLevelItem(groupItem)
groupItem.setExpanded(True)
def executeAlgorithm(self): def executeAlgorithm(self):
item = self.tree.currentItem() item = self.tree.currentItem()