Skip to content

Commit

Permalink
fix: hide tooltip when cand box show at left-top
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Sep 28, 2024
1 parent a58a9e2 commit af38db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rabbit.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ ProcessKey(key, mask, this_hotkey) {
}
if !last_is_hide
box.Show("AutoSize NA x" . new_x . " y" . new_y)
} else {
} else if !show_at_left_top {
has_selected := GetCompositionText(context.composition, &pre_selected, &selected, &post_selected)
preedit_text := pre_selected
if has_selected
Expand Down

0 comments on commit af38db3

Please sign in to comment.