Navigation Menu

Skip to content

Commit

Permalink
[plugin manager] Set view to all plugins when clicking a tag hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Mar 8, 2019
1 parent 97ba60e commit 160ca69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/pluginmanager/qgspluginmanager.cpp
Expand Up @@ -1328,6 +1328,7 @@ void QgsPluginManager::wvDetails_linkClicked( const QUrl &url )
{
QStringList params = url.path().split( '/' );
leFilter->setText( QStringLiteral( "tag:%1" ).arg( params[1] ) );
mOptionsListWidget->setCurrentRow( PLUGMAN_TAB_ALL );
}
}
else
Expand Down

0 comments on commit 160ca69

Please sign in to comment.