QtLottie: Fix parent transform in precomp layers.

This commit is contained in:
John Preston 2019-05-08 08:22:33 +03:00
parent 38427aa52a
commit 08ad74da8f
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit ca99cfd2e63ba6162d400654ae4c916d61e87724
Subproject commit ebd336ec4022c80274101239f13d1f847c759ce5

View File

@ -75,6 +75,7 @@ public:
int layerId() const;
BMBasicTransform *transform() const;
void renderFullTransform(LottieRenderer &renderer) const;
protected:
void renderEffects(LottieRenderer &renderer) const;