cui/source/dialogs/whatsnewtabpage.cxx            |    2 ++
 icon-themes/colibre/brand/shell/animatedbrand.gif |binary
 2 files changed, 2 insertions(+)

New commits:
commit 99674b604ee6b6316459ec954e496925a7429f8c
Author:     Rania Amina <[email protected]>
AuthorDate: Tue May 13 18:35:16 2025 +0200
Commit:     Heiko Tietze <[email protected]>
CommitDate: Wed May 14 13:02:12 2025 +0200

    Resolves tdf#166542 - Welcome dialog: Animated image broken on macOS
    
    Change-Id: Icfc4497c48a98e39235df86c8e078b874fb68d12
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185271
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <[email protected]>

diff --git a/cui/source/dialogs/whatsnewtabpage.cxx 
b/cui/source/dialogs/whatsnewtabpage.cxx
index 128c4d765ff6..4fcbd128f7dc 100644
--- a/cui/source/dialogs/whatsnewtabpage.cxx
+++ b/cui/source/dialogs/whatsnewtabpage.cxx
@@ -52,9 +52,11 @@ void AnimatedBrand::Paint(vcl::RenderContext& 
rRenderContext, const tools::Recta
 
     const Point aGraphicPosition((rRect.GetWidth() - m_pGraphicSize.Width()),
                                  (rRect.GetHeight() - m_pGraphicSize.Height()) 
>> 1);
+#ifndef MACOSX
     if (m_pGraphic.IsAnimated() && MiscSettings::IsAnimatedOthersAllowed())
         m_pGraphic.StartAnimation(rRenderContext, aGraphicPosition, 
m_pGraphicSize);
     else
+#endif
         m_pGraphic.Draw(rRenderContext, aGraphicPosition, m_pGraphicSize);
 
     tools::Rectangle aTextRect;
diff --git a/icon-themes/colibre/brand/shell/animatedbrand.gif 
b/icon-themes/colibre/brand/shell/animatedbrand.gif
index daf9efe40bd1..3e26366a2814 100644
Binary files a/icon-themes/colibre/brand/shell/animatedbrand.gif and 
b/icon-themes/colibre/brand/shell/animatedbrand.gif differ

Reply via email to