mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 04:07:57 +02:00
ide: fix resource modified state (issue #0015482)
git-svn-id: trunk@23474 -
This commit is contained in:
parent
233a0f9017
commit
956153840c
@ -15,9 +15,13 @@
|
||||
<TargetFileExt Value=""/>
|
||||
<Title Value="Lazarus"/>
|
||||
<ResourceType Value="res"/>
|
||||
<Icon Value="0"/>
|
||||
<UseXPManifest Value="True"/>
|
||||
<Icon Value="0"/>
|
||||
</General>
|
||||
<VersionInfo>
|
||||
<Language Value="0403"/>
|
||||
<CharSet Value="04E2"/>
|
||||
</VersionInfo>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
||||
|
BIN
ide/lazarus.res
BIN
ide/lazarus.res
Binary file not shown.
@ -395,6 +395,7 @@ begin
|
||||
for i := 0 to L.Count - 1 do
|
||||
begin
|
||||
R := TAbstractProjectResourceClass(L[i]).Create;
|
||||
R.Modified := False;
|
||||
R.OnModified := @OnResourceModified;
|
||||
FResources.Add(R);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user