[Libreoffice-commits] .: sd/source
Radek DoulÃk
rodo at kemper.freedesktop.org
Mon Jun 27 05:26:45 PDT 2011
sd/source/ui/animations/CustomAnimationList.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit fc8af1e1c7d5d352c89239bc5e63288445274f62
Author: Luke Symes <allsymes at gmail.com>
Date: Sun Jun 26 21:53:46 2011 +1200
Scroll to newly added animations in the list.
diff --git a/sd/source/ui/animations/CustomAnimationList.cxx b/sd/source/ui/animations/CustomAnimationList.cxx
index cfb8463..f7d5b2b 100644
--- a/sd/source/ui/animations/CustomAnimationList.cxx
+++ b/sd/source/ui/animations/CustomAnimationList.cxx
@@ -533,6 +533,7 @@ void CustomAnimationList::select( CustomAnimationEffectPtr pEffect, bool bSelect
if( pEntry->getEffect() == pEffect )
{
Select( pEntry, bSelect );
+ MakeVisible( pEntry );
break;
}
pEntry = static_cast< CustomAnimationListEntry* >(Next( pEntry ));
More information about the Libreoffice-commits
mailing list