mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 10:00:44 +02:00
LCL-GTK2: Do not truncate Groupbox caption. Issue #32621
git-svn-id: branches/fixes_2_0@59068 -
This commit is contained in:
parent
a3ef72f352
commit
6c36017249
@ -6547,6 +6547,7 @@ begin
|
||||
{$ENDIF}
|
||||
|
||||
if GtkWidgetIsA(Widget,GTK_TYPE_EVENT_BOX)
|
||||
and not (AWinControl is TCustomGroupBox)
|
||||
and (AWinControl.ControlCount>0) then begin
|
||||
// ignore client area (child controls)
|
||||
FixedWidget:=PGtkWidget(GetFixedWidget(Widget));
|
||||
|
Loading…
Reference in New Issue
Block a user