Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allowed multiple seletion in the QTreeView of the grass map browser to
…fix #566.

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10946 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rugginoso committed Jun 17, 2009
1 parent d28e862 commit ccc7017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/grass/qgsgrassbrowser.cpp
Expand Up @@ -95,6 +95,7 @@ QgsGrassBrowser::QgsGrassBrowser( QgisInterface *iface,
mTree = new QTreeView( 0 );
mTree->header()->hide();
mTree->setModel( mModel );
mTree->setSelectionMode(QAbstractItemView::ExtendedSelection);

mTextBrowser = new QTextBrowser( 0 );
mTextBrowser->setReadOnly( TRUE );
Expand Down

0 comments on commit ccc7017

Please sign in to comment.