2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-01 15:15:13 +00:00

Moved position info from ItemBases to AbstractLayoutItem.

This commit is contained in:
23rd
2021-07-26 01:37:06 +03:00
parent 2256482ae0
commit c82006c6f8
7 changed files with 15 additions and 25 deletions

View File

@@ -2063,7 +2063,7 @@ void Gif::clearHeavyPart() {
}
void Gif::setPosition(int32 position) {
ItemBase::setPosition(position);
AbstractLayoutItem::setPosition(position);
if (position < 0) {
_gif.reset();
}