mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 19:18:01 +02:00
IDE, project: Mark session modified for debugger-backend. => Amended "save selected debugger to session, not lpi" 2ad53a8a51
(cherry picked from commit 74cf3e3a62
)
This commit is contained in:
parent
8f2965307f
commit
ecfb9c4ded
@ -5405,7 +5405,7 @@ procedure TProject.SetDebuggerBackend(AValue: String);
|
||||
begin
|
||||
if FDebuggerBackend = AValue then Exit;
|
||||
FDebuggerBackend := AValue;
|
||||
Modified := True;
|
||||
SessionModified := True;
|
||||
end;
|
||||
|
||||
procedure TProject.SetEnableI18NForLFM(const AValue: boolean);
|
||||
|
Loading…
Reference in New Issue
Block a user