Skip to content

Commit

Permalink
Merge commit '60e1f52b7ca8bd5b4e99aa0249589558c842b679'
Browse files Browse the repository at this point in the history
  • Loading branch information
pvuorela committed Jul 27, 2015
2 parents 9fae050 + 60e1f52 commit 3fdead2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maliit-framework/input-context/minputcontext.cpp
Expand Up @@ -160,6 +160,8 @@ void MInputContext::reset()
if (debug) qDebug() << InputContextName << "in" << __PRETTY_FUNCTION__;

const bool hadPreedit = !preedit.isEmpty();
preedit.clear();
preeditCursorPos = -1;

// reset input method server, preedit requires synchronization.
// rationale: input method might be autocommitting existing preedit without
Expand Down

0 comments on commit 3fdead2

Please sign in to comment.