<div dir="ltr"><div>This patch allows custom form modules to paint themselves.</div><div><br></div><div>Can someone test and apply patch to TCustomForm.PaintWindow in customform.inc.<br></div><div><br></div><div>Changed from: if FDesigner <> nil then FDesigner.PaintGrid; else Paint; </div>
<div>Changed to: Paint; if FDesigner <> nil then FDesigner.PaintGrid; </div><div><br></div><div><div>The above change allows custom form painting to be done at design time with appropriately registered form classes:</div>
<div><br></div><a href="http://www.youtube.com/watch?v=z8YY7cGYVI8&t=8m52s">http://www.youtube.com/watch?v=z8YY7cGYVI8&t=8m52s</a><br></div><div><br></div></div>