fixed bug (P130418-5041 : The specific API (_Clipboard :: HidePopup) has not been...
authorChulheon <ch.jeong47@samsung.com>
Fri, 19 Apr 2013 06:41:25 +0000 (15:41 +0900)
committerChulheon <ch.jeong47@samsung.com>
Fri, 19 Apr 2013 06:41:25 +0000 (15:41 +0900)
Change-Id: Ia91abb2ed023feb7c199dd6be4d755233e5ee5ef

src/ui/controls/FUiCtrl_EditPresenter.cpp

index df5d635..a95ec14 100644 (file)
@@ -3724,7 +3724,7 @@ _EditPresenter::OnKeyPressed(const _Control& source, const _KeyInfo& keyInfo)
        else if (_KEY_OEM_1 == keyCode)
        {
                __pClipboard->ShowPopup(CLIPBOARD_DATA_TYPE_TEXT, *__pEdit);
-               __isClipboardExist = true;
+               __clipboardConnected = true;
                return true;
        }
        else if (__composingTextLength > 0 && GetTextLength() >= __limitLength)