<div dir="ltr">Lazarus from SVN, rev. 46030, compiled with FPC 2.6.2 on Linux 64-GTK2<div><br></div><div><br></div><div>Simple project with just a button on a form:</div><div><br></div><div><div>procedure TForm1.Button1Click(Sender: TObject);</div>
<div>begin</div><div> close;</div><div>end;</div></div><div><br></div><div><br></div><div>Expected behaviour when hitting F9 would be a form with a button that's capable of making the form disappear.</div><div><br></div>
<div>What I get is: A blank form, no button. This form can be killed by clicking on the X in its system menu, after which I am returned to the GUI.</div><div><br></div><div>Compiled execuatbles made with Ctrl+F9 and run from disk work as expected.</div>
<div><br></div><div><br></div><div>I am unsure when this anomaly was introduced, as I have been away for quite a few SVN revisions.</div><div><br></div><div><br></div><div>cheers</div><div>Samps</div></div>