Skip to content

Commit

Permalink
removed setResizeMode on non-existent browser column, fixes #13509
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Oct 5, 2015
1 parent ade713d commit 890dce8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgsbrowserdockwidget.cpp
Expand Up @@ -558,7 +558,6 @@ void QgsBrowserDockWidget::showEvent( QShowEvent * e )
// provide a horizontal scroll bar instead of using ellipse (...) for longer items
mBrowserView->setTextElideMode( Qt::ElideNone );
mBrowserView->header()->setResizeMode( 0, QHeaderView::ResizeToContents );
mBrowserView->header()->setResizeMode( 1, QHeaderView::ResizeToContents );
mBrowserView->header()->setStretchLastSection( false );

// selectionModel is created when model is set on tree
Expand Down

1 comment on commit 890dce8

@nirvn
Copy link
Contributor

@nirvn nirvn commented on 890dce8 Oct 5, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@blazek, great, thanks.

Please sign in to comment.