mirror of https://gitlab.com/basile.b/dexed.git
force to show app on exit if there 's modified content
This commit is contained in:
parent
da2d20a39a
commit
a3c3df7a90
src
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue