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 nyalldawson committed Jan 24, 2025
1 parent 5a4489c commit 3bdccde
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 @@ -5439,8 +5439,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 3bdccde

Please sign in to comment.