Skip to content
Snippets Groups Projects
Commit 5e3bc834 authored by Kai Koehne's avatar Kai Koehne
Browse files

QmlTextEditor: Remove root decoration from outline combo box

parent 791fe667
No related branches found
No related tags found
No related merge requests found
......@@ -1006,6 +1006,7 @@ void QmlJSTextEditor::createToolBar(QmlJSEditorEditable *editable)
QTreeView *treeView = new QTreeView;
treeView->header()->hide();
treeView->setItemsExpandable(false);
treeView->setRootIsDecorated(false);
m_methodCombo->setView(treeView);
treeView->expandAll();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment