Zonble: NSLog text update regarding line-height rectangle.
Co-Authored-By: Weizhong Yang a.k.a zonble <zonble@gmail.com>
This commit is contained in:
parent
2692e2c941
commit
1b9d9f270f
|
@ -1341,7 +1341,7 @@ NS_INLINE size_t max(size_t a, size_t b) { return a > b ? a : b; }
|
|||
[client attributesForCharacterIndex:cursor lineHeightRectangle:&lineHeightRect];
|
||||
}
|
||||
@catch (NSException *exception) {
|
||||
NSLog(@"%@", exception);
|
||||
NSLog(@"lineHeightRectangle %@", exception);
|
||||
}
|
||||
|
||||
if (useVerticalMode) {
|
||||
|
@ -1448,7 +1448,7 @@ NS_INLINE size_t max(size_t a, size_t b) { return a > b ? a : b; }
|
|||
[client attributesForCharacterIndex:cursor lineHeightRectangle:&lineHeightRect];
|
||||
}
|
||||
@catch (NSException *exception) {
|
||||
NSLog(@"%@", exception);
|
||||
NSLog(@"lineHeightRectangle %@", exception);
|
||||
}
|
||||
|
||||
[[vChewingInputMethodController tooltipController] showTooltip:tooltip atPoint:lineHeightRect.origin];
|
||||
|
|
Loading…
Reference in New Issue