diff --git a/core/area.h b/core/area.h --- a/core/area.h +++ b/core/area.h @@ -669,7 +669,7 @@ bool RegularArea::isNull() const { if ( this->isEmpty() ) - return false; + return true; typename QList::const_iterator it = this->begin(), itEnd = this->end(); for ( ; it != itEnd; ++it )