Fix for 45866 submit/tizen_2.2/20130714.134318 submit/tizen_2.2/20130714.142936
authorAmith Kumar Mahale <amith.m@samsung.com>
Thu, 11 Jul 2013 12:09:26 +0000 (17:39 +0530)
committerAmith Kumar Mahale <amith.m@samsung.com>
Thu, 11 Jul 2013 12:09:26 +0000 (17:39 +0530)
Change-Id: Ia6b1cdc62ef64614f5eeda1e03201a5696d4e062
Signed-off-by: Amith Kumar Mahale <amith.m@samsung.com>
src/CallActiveCallForm.cpp

index ddc03aa..635a485 100644 (file)
@@ -1028,9 +1028,6 @@ 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();
@@ -1089,6 +1086,10 @@ ActiveCallForm::OnSceneActivatedN(const SceneId& previousSceneId, const SceneId&
                pArgs = null;
        }
 
+       //update position of call buttons panel
+       Label* pKeysBgLbl = static_cast<Label*>(GetControl(IDC_KEY_BG_LABEL, true));
+       __pCallButtonsPanel->SetBounds(pKeysBgLbl->GetBounds());
+
        CallApp* pCallApp = static_cast<CallApp*>(CallApp::GetInstance());
        pCallApp->SetTopMostWindow(false);
 }