Commit e084bdbf authored by Clément Fauconnier's avatar Clément Fauconnier

Revert "preventing bad behavior when playing with eraser"

This reverts commit 8fec7b23.
parent 8fec7b23
...@@ -2025,7 +2025,7 @@ QRectF UBGraphicsScene::annotationsBoundingRect() const ...@@ -2025,7 +2025,7 @@ QRectF UBGraphicsScene::annotationsBoundingRect() const
bool UBGraphicsScene::isEmpty() const bool UBGraphicsScene::isEmpty() const
{ {
return mItemCount <= 0; // mItemCount can currently be negative when playing with eraser return mItemCount == 0;
} }
QGraphicsItem* UBGraphicsScene::setAsBackgroundObject(QGraphicsItem* item, bool pAdaptTransformation, bool pExpand) QGraphicsItem* UBGraphicsScene::setAsBackgroundObject(QGraphicsItem* item, bool pAdaptTransformation, bool pExpand)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment