Skip to content

Commit 632cf4b

Browse files
committedSep 1, 2017
fix(rime_console): not showing switcher's context
1 parent 555f990 commit 632cf4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/rime_console.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class RimeConsole {
8181
for (const KeyEvent &key : keys) {
8282
engine_->ProcessKey(key);
8383
}
84-
Context *ctx = engine_->context();
84+
Context *ctx = engine_->active_context();
8585
if (interactive_) {
8686
PrintComposition(ctx);
8787
}

0 commit comments

Comments
 (0)