From 1d1626f284790be9bf5dd2c6a7c148f2e05c8957 Mon Sep 17 00:00:00 2001 From: Siqi LIU Date: Fri, 23 Aug 2013 19:07:38 +0800 Subject: replace requestImmediateUpdate with normal notifyUpdate Change-Id: I8f9421cf9c9ec4c5e9e4bb47aff6f18ad3dcafc6 --- slideshow/source/engine/pointersymbol.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'slideshow') diff --git a/slideshow/source/engine/pointersymbol.cxx b/slideshow/source/engine/pointersymbol.cxx index f825bbc4baf0..0516431312cf 100644 --- a/slideshow/source/engine/pointersymbol.cxx +++ b/slideshow/source/engine/pointersymbol.cxx @@ -225,7 +225,8 @@ void PointerSymbol::viewsChanged(const ::com::sun::star::geometry::RealPoint2D p if( aIter->second ) { aIter->second->movePixel( calcSpritePos( aIter->first, pos )); - mrScreenUpdater.requestImmediateUpdate(); + mrScreenUpdater.notifyUpdate(); + mrScreenUpdater.commitUpdates(); } ++aIter; } -- cgit v1.2.3