Skip to content

Commit

Permalink
Style adjustment.
Browse files Browse the repository at this point in the history
  • Loading branch information
obrix authored and nyalldawson committed Jul 13, 2020
1 parent 44a1068 commit f90497d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsmaskingwidget.cpp
Expand Up @@ -335,5 +335,5 @@ void QgsMaskingWidget::apply()

bool QgsMaskingWidget::hasBeenPopulated()
{
return mMustPopulate == false;
return !mMustPopulate;
}

0 comments on commit f90497d

Please sign in to comment.