Update PSPOskDialog.cpp

Fix Korean keyboard.
This commit is contained in:
mgaver 2013-04-24 00:00:01 +09:00
parent c937d23214
commit 5721412f29

View File

@ -306,10 +306,10 @@ std::wstring PSPOskDialog::CombinationString(bool isInput)
{
string += sw;
i_value[0] = GetIndex(kor_cons, sw);
if(isInput == true)
{
i_value[0] = GetIndex(kor_cons, sw);
if(i_value[0] != -1)
i_level = 1;
else