mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +02:00
QtLottie: Apply opacity in BMFill and BMStroke.
This commit is contained in:
parent
48eb5dd112
commit
5e5b4197e9
2 changed files with 2 additions and 2 deletions
2
Telegram/ThirdParty/qtlottie
vendored
2
Telegram/ThirdParty/qtlottie
vendored
|
@ -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…
Add table
Reference in a new issue