forked from qt-creator/qt-creator
QmlTextEditor: Remove root decoration from outline combo box
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user