force to show app on exit if there 's modified content

This commit is contained in:
Basile Burg 2017-09-21 03:38:11 +02:00
parent da2d20a39a
commit a3c3df7a90
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 1 deletions

View File

@ -1409,7 +1409,6 @@ procedure TCEMainForm.InitDocking;
var
i: Integer;
widg: TCEWidget;
aManager: TAnchorDockManager;
topsite : TControl;
topsplt : TAnchorDockSplitter;
begin
@ -1906,6 +1905,7 @@ begin
if chang then
begin
BringToFront;
if projs.isEmpty then
projs := '(no modified projects)'#10;
if files.isEmpty then