From ed3a509fe5ebde6ea068f890f90b01b180ae75af Mon Sep 17 00:00:00 2001 From: Amith Kumar Mahale Date: Thu, 11 Jul 2013 17:39:26 +0530 Subject: [PATCH] Fix for 45866 Change-Id: Ia6b1cdc62ef64614f5eeda1e03201a5696d4e062 Signed-off-by: Amith Kumar Mahale --- src/CallActiveCallForm.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/CallActiveCallForm.cpp b/src/CallActiveCallForm.cpp index ddc03aa..635a485 100644 --- a/src/CallActiveCallForm.cpp +++ b/src/CallActiveCallForm.cpp @@ -1028,9 +1028,6 @@ 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(); @@ -1089,6 +1086,10 @@ ActiveCallForm::OnSceneActivatedN(const SceneId& previousSceneId, const SceneId& pArgs = null; } + //update position of call buttons panel + Label* pKeysBgLbl = static_cast(GetControl(IDC_KEY_BG_LABEL, true)); + __pCallButtonsPanel->SetBounds(pKeysBgLbl->GetBounds()); + CallApp* pCallApp = static_cast(CallApp::GetInstance()); pCallApp->SetTopMostWindow(false); } -- 2.7.4