bluetoothengine/bthid/mouse/PaintCursor/src/paintcursorappview.cpp
changeset 25 9c3798b88e30
parent 24 8930e1d1d530
child 16 b23265fb36da
--- a/bluetoothengine/bthid/mouse/PaintCursor/src/paintcursorappview.cpp	Fri Apr 23 23:54:40 2010 +0300
+++ b/bluetoothengine/bthid/mouse/PaintCursor/src/paintcursorappview.cpp	Sat Apr 24 00:12:05 2010 +0300
@@ -164,6 +164,10 @@
         AknLayoutUtils::LayoutMetricsRect( AknLayoutUtils::EMainPane, mainPaneRect );
         SetRect( mainPaneRect );
         DrawNow();
+        if (iMouseInitialized)
+            {
+            iClientCommander.ImageCommand( KRedrawBTCursorAnim );
+            }
         }
     }