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
|
@ -1409,7 +1409,6 @@ procedure TCEMainForm.InitDocking;
|
||||||
var
|
var
|
||||||
i: Integer;
|
i: Integer;
|
||||||
widg: TCEWidget;
|
widg: TCEWidget;
|
||||||
aManager: TAnchorDockManager;
|
|
||||||
topsite : TControl;
|
topsite : TControl;
|
||||||
topsplt : TAnchorDockSplitter;
|
topsplt : TAnchorDockSplitter;
|
||||||
begin
|
begin
|
||||||
|
@ -1906,6 +1905,7 @@ begin
|
||||||
|
|
||||||
if chang then
|
if chang then
|
||||||
begin
|
begin
|
||||||
|
BringToFront;
|
||||||
if projs.isEmpty then
|
if projs.isEmpty then
|
||||||
projs := '(no modified projects)'#10;
|
projs := '(no modified projects)'#10;
|
||||||
if files.isEmpty then
|
if files.isEmpty then
|
||||||
|
|
Loading…
Reference in New Issue