mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 02:29:26 +02:00
IDE: added debug code
git-svn-id: trunk@35496 -
This commit is contained in:
parent
04c1900dfb
commit
5ca5747689
@ -8445,6 +8445,8 @@ end;
|
||||
|
||||
function TMainIDE.AskSaveProject(const ContinueText, ContinueBtn: string): TModalResult;
|
||||
begin
|
||||
if Project1=nil then exit(mrOk);
|
||||
//debugln(['TMainIDE.AskSaveProject SomethingOfProjectIsModified=',SomethingOfProjectIsModified,' Project1.SomeDataModified(false)=',Project1.SomeDataModified(false)]);
|
||||
if not SomethingOfProjectIsModified then exit(mrOk);
|
||||
|
||||
if (Project1.SessionStorage=pssInProjectInfo)
|
||||
|
Loading…
Reference in New Issue
Block a user