Skip to content

Commit d907ba0

Browse files
committedMar 15, 2018
[processing] Expand 'algorithm' group in history on load
Since all the useful stuff is in that group, you ALWAYS need to expand it anyway!
1 parent dc27d12 commit d907ba0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/plugins/processing/gui/HistoryDialog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def fillTree(self):
106106
item.setIcon(0, self.keyIcon)
107107
groupItem.insertChild(0, item)
108108
self.tree.addTopLevelItem(groupItem)
109+
groupItem.setExpanded(True)
109110

110111
def executeAlgorithm(self):
111112
item = self.tree.currentItem()

0 commit comments

Comments
 (0)
Please sign in to comment.