summaryrefslogtreecommitdiffstats
path: root/src/runtime/Qt3DSSlideSystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/Qt3DSSlideSystem.cpp')
-rw-r--r--src/runtime/Qt3DSSlideSystem.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/Qt3DSSlideSystem.cpp b/src/runtime/Qt3DSSlideSystem.cpp
index cdda2de..c830307 100644
--- a/src/runtime/Qt3DSSlideSystem.cpp
+++ b/src/runtime/Qt3DSSlideSystem.cpp
@@ -531,6 +531,8 @@ struct SSlideSystem : public ISlideSystem
inActive = false;
inElement.Flags().SetExplicitActive(inActive);
+ if (inElement.IsComponent())
+ inElement.SetDirty();
// No need to update element properties when exiting slide
if (m_slideRollback)