From 11be76bc0fb7140345fe3c7d423f660814db24cd Mon Sep 17 00:00:00 2001 From: nathancorvussolis Date: Mon, 29 Feb 2016 02:11:15 +0900 Subject: [PATCH] Add comment --- imcrvtip/CandidateWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/imcrvtip/CandidateWindow.cpp b/imcrvtip/CandidateWindow.cpp index 626b988a..f2faf085 100644 --- a/imcrvtip/CandidateWindow.cpp +++ b/imcrvtip/CandidateWindow.cpp @@ -678,6 +678,7 @@ void CCandidateWindow::_PrevComp() if(_uIndex == 0) { if((_pTextService->cx_stacompmulti && !_pTextService->cx_dyncompmulti) || + //closed at _DynamicComp _pTextService->searchkey.empty()) { _InvokeSfHandler(SKK_PREV_COMP);