Skip to content

Commit

Permalink
Use update_lookup_table_fast.
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno committed Jan 5, 2012
1 parent 63d64da commit ebb86e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine.vala
Expand Up @@ -187,7 +187,7 @@ class SkkEngine : IBus.Engine {
if (context.candidates.page_visible) {
lookup_table.set_cursor_pos (cursor_pos -
context.candidates.page_start);
update_lookup_table (lookup_table, true);
update_lookup_table_fast (lookup_table, true);
var candidate = context.candidates.get ();
if (show_annotation && candidate.annotation != null) {
var text = new IBus.Text.from_string (
Expand Down

0 comments on commit ebb86e3

Please sign in to comment.