projects
/
platform
/
framework
/
native
/
uifw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82db2a3
)
fixed bug (P130418-5041 : The specific API (_Clipboard :: HidePopup) has not been...
author
Chulheon
<ch.jeong47@samsung.com>
Fri, 19 Apr 2013 06:41:25 +0000
(15:41 +0900)
committer
Chulheon
<ch.jeong47@samsung.com>
Fri, 19 Apr 2013 06:41:25 +0000
(15:41 +0900)
Change-Id: Ia91abb2ed023feb7c199dd6be4d755233e5ee5ef
src/ui/controls/FUiCtrl_EditPresenter.cpp
patch
|
blob
|
history
diff --git
a/src/ui/controls/FUiCtrl_EditPresenter.cpp
b/src/ui/controls/FUiCtrl_EditPresenter.cpp
index
df5d635
..
a95ec14
100644
(file)
--- a/
src/ui/controls/FUiCtrl_EditPresenter.cpp
+++ b/
src/ui/controls/FUiCtrl_EditPresenter.cpp
@@
-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)