NS: Fix placement of candidate window (bug#72422)
* src/nsterm.m ([EmacsView firstRectForCharacterRange:actualRange:]): Call method of NSTextInput.
This commit is contained in:
@@ -7064,7 +7064,7 @@ ns_create_font_panel_buttons (id target, SEL select, SEL cancel_action)
|
||||
- (NSRect) firstRectForCharacterRange: (NSRange) range
|
||||
actualRange: (nullable NSRangePointer) actualRange
|
||||
{
|
||||
return NSZeroRect;
|
||||
return [self firstRectForCharacterRange: range];
|
||||
}
|
||||
|
||||
#endif /* NS_IMPL_COCOA */
|
||||
|
||||
Reference in New Issue
Block a user