Compare commits

..

No commits in common. "9057500da8a179fde2f0644886fd8c0aa1e12b6a" and "5fbf46faf289dcd1f026f38003887bda82952e33" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -128,8 +128,6 @@ void SimpleElement::paint(QPainter* painter, QTransform transform, const LayerSt
painter->drawImage(0, 0, img); painter->drawImage(0, 0, img);
stylesHashValue = styles.getHash(); stylesHashValue = styles.getHash();
painterPathPrev = painterPath; painterPathPrev = painterPath;
imagePrev = img;
movPrev = mov;
} }
} }