forked from openlp/openlp
expand categories
This commit is contained in:
parent
4a6be382ff
commit
38c9393624
@ -145,8 +145,8 @@ class ShortcutListForm(QtGui.QDialog, Ui_ShortcutListDialog):
|
||||
actionItem.setData(0,
|
||||
QtCore.Qt.UserRole, QtCore.QVariant(action))
|
||||
item.addChild(actionItem)
|
||||
item.setExpanded(True)
|
||||
self.treeWidget.addTopLevelItem(item)
|
||||
item.setExpanded(True)
|
||||
self.refreshShortcutList()
|
||||
|
||||
def refreshShortcutList(self):
|
||||
|
Loading…
Reference in New Issue
Block a user