Skip to content

Commit 160ca69

Browse files
committedMar 8, 2019
[plugin manager] Set view to all plugins when clicking a tag hyperlink
1 parent 97ba60e commit 160ca69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/pluginmanager/qgspluginmanager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,6 +1328,7 @@ void QgsPluginManager::wvDetails_linkClicked( const QUrl &url )
13281328
{
13291329
QStringList params = url.path().split( '/' );
13301330
leFilter->setText( QStringLiteral( "tag:%1" ).arg( params[1] ) );
1331+
mOptionsListWidget->setCurrentRow( PLUGMAN_TAB_ALL );
13311332
}
13321333
}
13331334
else

0 commit comments

Comments
 (0)
Please sign in to comment.