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
(cherry picked from commit 5bb2c7d)
  • Loading branch information
jef-n committed Jun 26, 2016
1 parent 74c91b1 commit f52d27b
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 @@ -2689,7 +2689,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 f52d27b

Please sign in to comment.