Skip to content

Commit

Permalink
remove assert on message bar
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 24, 2020
1 parent 34d44c0 commit 5d00561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -4484,7 +4484,7 @@ void QgisApp::freezeCanvases( bool frozen )

QgsMessageBar *QgisApp::messageBar()
{
Q_ASSERT( mInfoBar );
// Q_ASSERT( mInfoBar );
return mInfoBar;
}

Expand Down

0 comments on commit 5d00561

Please sign in to comment.