Fixes the position of the tooltip.
This commit is contained in:
parent
ee521b6ee2
commit
75dc93a2ce
|
@ -393,7 +393,7 @@ static inline NSString *LocalizationNotNeeded(NSString *s) {
|
|||
|
||||
gCurrentCandidateController.visible = NO;
|
||||
if (state.tooltip.length) {
|
||||
[self _showTooltip:state.tooltip composingBuffer:state.composingBuffer cursorIndex:cursorIndex client:client];
|
||||
[self _showTooltip:state.tooltip composingBuffer:state.composingBuffer cursorIndex:state.markerIndex client:client];
|
||||
} else {
|
||||
[self _hideTooltip];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue