From 87d4a2c31eb9a58dc3d543f36701620cd7d902b5 Mon Sep 17 00:00:00 2001 From: Amith Kumar Mahale Date: Mon, 8 Jul 2013 21:44:29 +0530 Subject: [PATCH] Fix for 44912 Change-Id: I7ac4cfdb8312d0382fe2a8be7b5ae2dda99a2820 Signed-off-by: Amith Kumar Mahale --- src/CallActiveCallForm.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/CallActiveCallForm.cpp b/src/CallActiveCallForm.cpp index 19f0e18..8c7dfa8 100644 --- a/src/CallActiveCallForm.cpp +++ b/src/CallActiveCallForm.cpp @@ -1026,6 +1026,14 @@ ActiveCallForm::OnSceneActivatedN(const SceneId& previousSceneId, const SceneId& __pCallButtonsPanel->EnableAddCallButton(true); } + //update position of call buttons panel + Label* pKeysBgLbl = static_cast(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); -- 2.7.4