Composer // Clear phonetic buffer when ensuring parser.
This commit is contained in:
parent
301595ce65
commit
06d41f9216
|
@ -106,6 +106,7 @@ static Mandarin::BopomofoReadingBuffer *PhoneticBuffer;
|
|||
PhoneticBuffer->setKeyboardLayout(Mandarin::BopomofoKeyboardLayout::StandardLayout());
|
||||
mgrPrefs.mandarinParser = MandarinParserOfStandard;
|
||||
}
|
||||
PhoneticBuffer->clear();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue