mirror of https://gitlab.com/basile.b/dexed.git
dcd port was only reloaded once
This commit is contained in:
parent
d6a1435e7d
commit
37744bd97f
|
@ -1472,6 +1472,7 @@ object CEMainForm: TCEMainForm
|
||||||
OnResize = FormResize
|
OnResize = FormResize
|
||||||
OnWindowStateChange = FormWindowStateChange
|
OnWindowStateChange = FormWindowStateChange
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
|
LCLVersion = '1.8.2.0'
|
||||||
Visible = False
|
Visible = False
|
||||||
object mainMenu: TMainMenu
|
object mainMenu: TMainMenu
|
||||||
top = 1
|
top = 1
|
||||||
|
|
|
@ -820,6 +820,7 @@ begin
|
||||||
fMaxRecentGroups:= 10;
|
fMaxRecentGroups:= 10;
|
||||||
fReloadLastDocuments:=true;
|
fReloadLastDocuments:=true;
|
||||||
fFlatLook:=true;
|
fFlatLook:=true;
|
||||||
|
fDcdPort:=DCDWrapper.port;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TCEApplicationOptionsBase.getNativeProjecCompiler: DCompiler;
|
function TCEApplicationOptionsBase.getNativeProjecCompiler: DCompiler;
|
||||||
|
|
Loading…
Reference in New Issue