On Thu, 17 Jul 2014 13:47:37 +0200 Vojtěch Čihák <[email protected]> wrote:
> Hi, > > I have some little issue with my projects. When I do some changes in related > units (those that are in "uses" sectin of the main form) and I hit F9 (Run), > those changes do no appear in executed program. > I have to - for example - move some button a few pixels and run (F9) again, > now the changes are there. > > I observe this behaviour ~ 2 months. > > Was there recently some changes or new optimalizations in Lazarus or do I > have some wrong settings? I only found Project Options -> Miscellaneous > [checkbox] Always Build (even if nothing changes) but I guess it's not it. > Of course, I speak about trunk. 1. make sure all project units are listed in the Project Inspector. 2. The compiler updates lfm files only if the unit has changed. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
