mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 05:39:44 +02: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,7 +2304,8 @@ begin
|
||||
g_object_set_data(PGObject(FrameBox), 'widgetinfo', WidgetInfo);
|
||||
gtk_widget_show(TempWidget);
|
||||
gtk_widget_show(P);
|
||||
gtk_widget_show(FrameBox);
|
||||
if AWinControl.Visible then
|
||||
gtk_widget_show(FrameBox);
|
||||
|
||||
Result := TLCLIntfHandle({%H-}PtrUInt(FrameBox));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user