Skip to content

Commit

Permalink
Insure the list of active python plugins in the About dialog is alway…
Browse files Browse the repository at this point in the history
…s up-to-date
  • Loading branch information
nirvn authored and github-actions[bot] committed Jan 24, 2025
1 parent 4a75e6e commit 600de4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5409,8 +5409,8 @@ void QgisApp::about()
if ( !sAbt )
{
sAbt = new QgsAbout( this );
sAbt->setVersion( QgisApp::getVersionString() );
}
sAbt->setVersion( QgisApp::getVersionString() );
sAbt->show();
sAbt->raise();
sAbt->activateWindow();
Expand Down

0 comments on commit 600de4c

Please sign in to comment.