LCL-GTK2: Do not truncate Groupbox caption. Issue #32621

git-svn-id: branches/fixes_2_0@59068 -
This commit is contained in:
mattias 2018-09-19 09:08:13 +00:00
parent a3ef72f352
commit 6c36017249

View File

@ -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));