forked from qt-creator/qt-creator
Show horizontal scrollbar in navigator views (if needed)
Requested by con.
This commit is contained in:
@@ -22,7 +22,6 @@ CppOutlineTreeView::CppOutlineTreeView(QWidget *parent) :
|
||||
{
|
||||
// see also QmlJSOutlineTreeView
|
||||
setFocusPolicy(Qt::NoFocus);
|
||||
setHeaderHidden(true);
|
||||
setExpandsOnDoubleClick(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user