Navigation Menu

Skip to content

Commit

Permalink
open message log on QgisApp::openMessageLog instead of toggling it
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 14, 2016
1 parent 7e2865c commit 5bb2c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -2938,7 +2938,7 @@ void QgisApp::toggleLogMessageIcon( bool hasLogMessage )

void QgisApp::openMessageLog()
{
mMessageButton->toggle();
mMessageButton->setChecked( true );
}

void QgisApp::addUserInputWidget( QWidget *widget )
Expand Down

0 comments on commit 5bb2c7d

Please sign in to comment.