fixed bugs
authorDae Young Ryu <karzia@samsung.com>
Wed, 9 Apr 2014 23:44:20 +0000 (08:44 +0900)
committerDae Young Ryu <karzia@samsung.com>
Wed, 9 Apr 2014 23:44:20 +0000 (08:44 +0900)
Change-Id: I38a0657e868c6344b418b36183c7cf61fc324a48
Signed-off-by: Dae Young Ryu <karzia@samsung.com>
src/ui/controls/FUiCtrl_IndicatorManager.cpp

index d4a24a0..c70e434 100644 (file)
@@ -305,8 +305,8 @@ _IndicatorManager::OnSurfaceBoundsChanging(int socketId, int width, int height)
        }
        else if (socketId == __landscapeSocket.GetSocketId())
        {
-               __portraitImageData.width = width;
-               __portraitImageData.height = height;
+               __landscapeImageData.width = width;
+               __landscapeImageData.height = height;
        }
 }