Skip to content

Commit af38db3

Browse files
committed
fix: hide tooltip when cand box show at left-top
1 parent a58a9e2 commit af38db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rabbit.ahk

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ ProcessKey(key, mask, this_hotkey) {
384384
}
385385
if !last_is_hide
386386
box.Show("AutoSize NA x" . new_x . " y" . new_y)
387-
} else {
387+
} else if !show_at_left_top {
388388
has_selected := GetCompositionText(context.composition, &pre_selected, &selected, &post_selected)
389389
preedit_text := pre_selected
390390
if has_selected

0 commit comments

Comments
 (0)