mirror of https://github.com/procxx/kepka.git
QtLottie: Apply opacity in BMFill and BMStroke.
This commit is contained in:
parent
48eb5dd112
commit
5e5b4197e9
Telegram/ThirdParty
|
@ -1 +1 @@
|
|||
Subproject commit 5213d12d619e3a37fb912153990ceb1e49e0adc6
|
||||
Subproject commit f8647f47a1a2304a8c534fd83c91c118e409adf6
|
|
@ -73,7 +73,7 @@ protected:
|
|||
BMProperty4D<QVector4D> m_color;
|
||||
Qt::PenCapStyle m_capStyle;
|
||||
Qt::PenJoinStyle m_joinStyle;
|
||||
qreal m_miterLimit;
|
||||
qreal m_miterLimit = 0.;
|
||||
};
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
|
Loading…
Reference in New Issue