summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.qmake.conf2
-rw-r--r--src/bodymovin/bmgfill.cpp3
2 files changed, 4 insertions, 1 deletions
diff --git a/.qmake.conf b/.qmake.conf
index ab72819..7a0981d 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -3,4 +3,4 @@ CONFIG += warning_clean
DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS QT_NO_LINKED_LIST
-MODULE_VERSION = 5.15.7
+MODULE_VERSION = 5.15.8
diff --git a/src/bodymovin/bmgfill.cpp b/src/bodymovin/bmgfill.cpp
index 333e25b..569b204 100644
--- a/src/bodymovin/bmgfill.cpp
+++ b/src/bodymovin/bmgfill.cpp
@@ -39,6 +39,9 @@ QT_BEGIN_NAMESPACE
BMGFill::BMGFill(const BMGFill &other)
: BMShape(other)
{
+ if (m_hidden)
+ return;
+
m_opacity = other.m_opacity;
m_startPoint = other.m_startPoint;
m_endPoint = other.m_endPoint;