bluetoothengine/bthid/mouse/PaintCursor/src/paintcursorappview.cpp
branchRCL_3
changeset 10 b6f55cd40afd
parent 9 a42ed326b458
child 12 b23265fb36da
--- a/bluetoothengine/bthid/mouse/PaintCursor/src/paintcursorappview.cpp	Mon Mar 15 12:41:15 2010 +0200
+++ b/bluetoothengine/bthid/mouse/PaintCursor/src/paintcursorappview.cpp	Wed Mar 31 21:51:05 2010 +0300
@@ -164,6 +164,10 @@
         AknLayoutUtils::LayoutMetricsRect( AknLayoutUtils::EMainPane, mainPaneRect );
         SetRect( mainPaneRect );
         DrawNow();
+        if (iMouseInitialized)
+            {
+            iClientCommander.ImageCommand( KRedrawBTCursorAnim );
+            }
         }
     }