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;
|
gCurrentCandidateController.visible = NO;
|
||||||
if (state.tooltip.length) {
|
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 {
|
} else {
|
||||||
[self _hideTooltip];
|
[self _hideTooltip];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue