Skip to content

Commit 8177fd4

Browse files
committed
[plugin manager] Set view to all plugins when clicking a tag hyperlink
1 parent 863c2c0 commit 8177fd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/pluginmanager/qgspluginmanager.cpp

+1
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)