mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 02:40:36 +01:00
parent
72096b4856
commit
3ef54218fb
@ -422,7 +422,8 @@ begin
|
||||
if (AInfo^.SpaceWidget = nil)
|
||||
and (ALayout in [blGlyphRight, blGlyphBottom])
|
||||
then begin
|
||||
AInfo^.SpaceWidget := gtk_invisible_new;
|
||||
// dont use gtk_invisible_new - it cannot have parent
|
||||
AInfo^.SpaceWidget := gtk_image_new;
|
||||
UpdateLayout(AInfo, ALayout, AMargin);
|
||||
end
|
||||
else begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user