| |
---|
| | void HonokaInstance::updateConversion() |
---|
| | { |
---|
| | // 変換時の表示更新。 |
---|
| | update_preedit_string(m_convertor->getText(),m_convertor->getAttributeList()); |
---|
| | update_preedit_caret(m_convertor->getCaretPos()); |
---|
| | if (m_lookup) { |
---|
| | m_lookup_table.set_cursor_pos(m_convList.pos); |
---|
| | update_lookup_table(m_lookup_table); |
---|
| | show_lookup_table(); |
---|
| |
---|
| | |