mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 02:18:12 +00:00
MacPDF: Show tooltip with full title on elided outline titles
This commit is contained in:
parent
fac0a456e6
commit
e13954410a
1 changed files with 1 additions and 0 deletions
|
@ -230,6 +230,7 @@
|
|||
|
||||
NSTextField* textField = [NSTextField labelWithString:@""];
|
||||
textField.lineBreakMode = NSLineBreakByTruncatingTail;
|
||||
textField.allowsExpansionToolTips = YES;
|
||||
|
||||
// https://stackoverflow.com/a/29725553/551986
|
||||
// "If your cell view is an NSTableCellView, that class also responds to -setObjectValue:. [...]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue