mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-07 16:49:25 +01:00
Gtk2: fixed TCustomGroupBox descendants visibility when visible=false. issue #27116
git-svn-id: trunk@47058 -
This commit is contained in:
parent
d13b57a679
commit
dd5ea6c1c7
@ -2304,6 +2304,7 @@ begin
|
|||||||
g_object_set_data(PGObject(FrameBox), 'widgetinfo', WidgetInfo);
|
g_object_set_data(PGObject(FrameBox), 'widgetinfo', WidgetInfo);
|
||||||
gtk_widget_show(TempWidget);
|
gtk_widget_show(TempWidget);
|
||||||
gtk_widget_show(P);
|
gtk_widget_show(P);
|
||||||
|
if AWinControl.Visible then
|
||||||
gtk_widget_show(FrameBox);
|
gtk_widget_show(FrameBox);
|
||||||
|
|
||||||
Result := TLCLIntfHandle({%H-}PtrUInt(FrameBox));
|
Result := TLCLIntfHandle({%H-}PtrUInt(FrameBox));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user