Fix for 44912
authorAmith Kumar Mahale <amith.m@samsung.com>
Mon, 8 Jul 2013 16:14:29 +0000 (21:44 +0530)
committerAmith Kumar Mahale <amith.m@samsung.com>
Mon, 8 Jul 2013 16:14:29 +0000 (21:44 +0530)
Change-Id: I7ac4cfdb8312d0382fe2a8be7b5ae2dda99a2820
Signed-off-by: Amith Kumar Mahale <amith.m@samsung.com>
src/CallActiveCallForm.cpp

index 19f0e18..8c7dfa8 100644 (file)
@@ -1026,6 +1026,14 @@ ActiveCallForm::OnSceneActivatedN(const SceneId& previousSceneId, const SceneId&
                        __pCallButtonsPanel->EnableAddCallButton(true);
                }
 
+               //update position of call buttons panel
+               Label* pKeysBgLbl = static_cast<Label*>(GetControl(IDC_KEY_BG_LABEL, true));
+               __pCallButtonsPanel->SetBounds(pKeysBgLbl->GetBounds());
+
+               //bring button on top
+               __pCallButtonsPanel->SetButtonPosition();
+
+
                //show call active time using Timer
                __activeCallStartTime = __pActiveCallInfo->GetCallConnectTime();
                ShowTimerInfo(IDC_CALLER1_TIME_LABEL, __pActiveCallInfo->IsOnHold(),__activeCallStartTime);