Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] Expand 'algorithm' group in history on load
Since all the useful stuff is in that group, you ALWAYS need
to expand it anyway!
  • Loading branch information
nyalldawson committed Mar 15, 2018
1 parent dc27d12 commit d907ba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/gui/HistoryDialog.py
Expand Up @@ -106,6 +106,7 @@ def fillTree(self):
item.setIcon(0, self.keyIcon)
groupItem.insertChild(0, item)
self.tree.addTopLevelItem(groupItem)
groupItem.setExpanded(True)

def executeAlgorithm(self):
item = self.tree.currentItem()
Expand Down

0 comments on commit d907ba0

Please sign in to comment.