fixed bug(N_SE-51341)
authorChulheon <ch.jeong47@samsung.com>
Tue, 10 Sep 2013 00:46:02 +0000 (09:46 +0900)
committerChulheon <ch.jeong47@samsung.com>
Tue, 10 Sep 2013 00:46:02 +0000 (09:46 +0900)
Change-Id: Id8989724c23843b8f99a9719a591401ec77d3cdf

src/ui/controls/FUiCtrl_EditPresenter.cpp

index cc6e500..151d80b 100644 (file)
@@ -983,7 +983,7 @@ _EditPresenter::OnClipboardPopupOpened(Tizen::Graphics::Dimension& clipboardPopu
                if (__isCopyPasteManagerExist)
                {
                        UpdateComponentInformation();
-                       __pCopyPasteManager->AdjustBounds();
+                       __pCopyPasteManager->Show();
                }
        }