I'm testing on r25388.
Unfortunately I can't get this issue on sample similar small project.
On my app i put this line to OnResize event

 
debugln(inttostr(TStringGrid(Sender).Height)+'-:-'+inttostr(TStringGrid(Sender).Width)+'
'+booltostr(TStringGrid(Sender).Visible));

and on good working I get the same as in wrong working,  twice this
line "459-:-688 -1", so I get width and height and visibility but I
don't see grid (only I see panel).

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to