mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 03:21:44 +02:00
Gtk3: ellipsize text of combo.style=dropdownlist
This commit is contained in:
parent
71cedcf83b
commit
49faf7719e
@ -326,6 +326,8 @@ begin
|
||||
|
||||
if Assigned(ACombo) then
|
||||
begin
|
||||
if TCustomComboBox(aWidget.LCLObject).Style = csDropDownList then
|
||||
g_object_set(PGObject(cell), 'ellipsize', [PANGO_ELLIPSIZE_END, nil]);
|
||||
{$IFDEF GTK3DEBUGCELLRENDERER}
|
||||
writeln('Widget is ',G_OBJECT_TYPE_NAME(widget),' ',G_OBJECT_TYPE_NAME(ACombo),' LCL=',dbgsName(aWidget.LCLObject));
|
||||
InspectStyleContext(aCombo);
|
||||
|
Loading…
Reference in New Issue
Block a user