Zonble: NSLog text update regarding line-height rectangle.

This commit is contained in:
ShikiSuen 2022-01-18 23:28:45 +08:00
parent 5bf9246993
commit 8f97f7c518
1 changed files with 2 additions and 2 deletions

View File

@ -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];