projects
/
framework
/
osp
/
uifw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c88883
)
fixed bugs
author
Dae Young Ryu
<karzia@samsung.com>
Wed, 9 Apr 2014 23:44:20 +0000
(08:44 +0900)
committer
Dae 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
patch
|
blob
|
history
diff --git
a/src/ui/controls/FUiCtrl_IndicatorManager.cpp
b/src/ui/controls/FUiCtrl_IndicatorManager.cpp
index
d4a24a0
..
c70e434
100644
(file)
--- a/
src/ui/controls/FUiCtrl_IndicatorManager.cpp
+++ b/
src/ui/controls/FUiCtrl_IndicatorManager.cpp
@@
-305,8
+305,8
@@
_IndicatorManager::OnSurfaceBoundsChanging(int socketId, int width, int height)
}
else if (socketId == __landscapeSocket.GetSocketId())
{
- __
portrait
ImageData.width = width;
- __
portrait
ImageData.height = height;
+ __
landscape
ImageData.width = width;
+ __
landscape
ImageData.height = height;
}
}