From: Amith Kumar Mahale Date: Thu, 11 Jul 2013 12:09:26 +0000 (+0530) Subject: Fix for 45866 X-Git-Tag: submit/tizen_2.2/20130714.134318^0 X-Git-Url: http://review.tizen.org/git/?p=apps%2Fosp%2FCall.git;a=commitdiff_plain;h=ed3a509fe5ebde6ea068f890f90b01b180ae75af Fix for 45866 Change-Id: Ia6b1cdc62ef64614f5eeda1e03201a5696d4e062 Signed-off-by: Amith Kumar Mahale --- 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); }