This patch allows custom form modules to paint themselves.

Can someone test and apply patch to TCustomForm.PaintWindow in
customform.inc.

Changed from: if FDesigner <> nil then FDesigner.PaintGrid; else Paint;
Changed to: Paint; if FDesigner <> nil then FDesigner.PaintGrid;

The above change allows custom form painting to be done at design time with
appropriately registered form classes:

http://www.youtube.com/watch?v=z8YY7cGYVI8&t=8m52s
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to