Changed max and min sizes of scene items from pixels to ratio.

This commit is contained in:
23rd
2021-07-07 00:13:40 +03:00
parent d69090bf34
commit 8ddbf08a97
4 changed files with 17 additions and 6 deletions

View File

@@ -299,6 +299,7 @@ ItemBase::Data Paint::itemBaseData() const {
.y = y,
.flipped = _transform.flipped,
.rotation = -_transform.angle,
.imageSize = _imageSize,
};
}