1
Fork 0
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:
Nico Weber 2023-11-20 21:57:55 -05:00 committed by Andreas Kling
parent fac0a456e6
commit e13954410a

View file

@ -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:. [...]