mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 06:20:45 +02:00
Cocoa/ListView: in vsReport, support tips to expand and display text when the column is too narrow
This commit is contained in:
parent
258955d906
commit
f8ef2a93e6
@ -1204,6 +1204,7 @@ begin
|
||||
fieldControl.setDrawsBackground( False );
|
||||
fieldControl.setEditable( False );
|
||||
fieldControl.setLineBreakMode( NSLineBreakByTruncatingTail );
|
||||
fieldControl.setAllowsExpansionToolTips(True);
|
||||
self.setTextField( fieldControl );
|
||||
self.addSubview( fieldControl );
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user