Skip to content

Commit

Permalink
already in QGisApp
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 17, 2014
1 parent 9a8b7c5 commit f32c051
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 @@ -8177,7 +8177,7 @@ void QgisApp::displayMapToolMessage( QString message, QgsMessageBar::MessageLeve
if ( tool )
{
mLastMapToolMessage = new QgsMessageBarItem( tool->toolName(), message, level, messageTimeout() );
QgisApp::instance()->messageBar()->pushItem( mLastMapToolMessage );
messageBar()->pushItem( mLastMapToolMessage );
}
}

Expand Down

0 comments on commit f32c051

Please sign in to comment.