Skip to content

Commit

Permalink
[Plugin Manager] Fix #8542
Browse files Browse the repository at this point in the history
  • Loading branch information
borysiasty committed Sep 1, 2013
1 parent 1718181 commit 43372c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/pluginmanager/qgspluginmanager.cpp
Expand Up @@ -85,6 +85,7 @@ QgsPluginManager::QgsPluginManager( QWidget * parent, bool pluginsAreEnabled, Qt
mModelProxy->setSortCaseSensitivity( Qt::CaseInsensitive );
mModelProxy->setSortRole( Qt::DisplayRole );
mModelProxy->setDynamicSortFilter( true );
mModelProxy->sort( 0, Qt::AscendingOrder );
vwPlugins->setModel( mModelProxy );
vwPlugins->setFocus();

Expand Down

0 comments on commit 43372c0

Please sign in to comment.