mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:39:31 +02:00
ide: set RequireDerivedFormResource to true to catch TCustomForm.Create() constructor misuse
git-svn-id: trunk@29304 -
This commit is contained in:
parent
ed73700099
commit
cbf72d5f03
@ -82,6 +82,8 @@ uses
|
||||
begin
|
||||
{$IFDEF IDE_MEM_CHECK}CheckHeapWrtMemCnt('lazarus.pp: begin');{$ENDIF}
|
||||
|
||||
RequireDerivedFormResource := True;
|
||||
|
||||
// When quick rebuilding the IDE, FPC rebuilds only the lazarus.pp, so any
|
||||
// flag that should work with quick build must be set here.
|
||||
KeepInstalledPackages:={$IFDEF BigIDE}True{$ELSE}False{$ENDIF};
|
||||
|
Loading…
Reference in New Issue
Block a user