mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 21:38:16 +02:00
Packager: Update editors only if Modified = True.
git-svn-id: trunk@46109 -
This commit is contained in:
parent
c5e69a4a97
commit
b6accfde69
@ -2589,7 +2589,7 @@ begin
|
||||
PublishOptions.Modified:=false;
|
||||
CompilerOptions.Modified:=false;
|
||||
end;
|
||||
if (OldModified<>Modified) and (Editor<>nil) then
|
||||
if Modified and (not OldModified) and (Editor<>nil) then
|
||||
Editor.UpdateAll(false);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user