dcd port was only reloaded once

This commit is contained in:
Basile Burg 2018-05-06 14:33:00 +02:00
parent d6a1435e7d
commit 37744bd97f
2 changed files with 2 additions and 0 deletions

View File

@ -1472,6 +1472,7 @@ object CEMainForm: TCEMainForm
OnResize = FormResize
OnWindowStateChange = FormWindowStateChange
ShowHint = True
LCLVersion = '1.8.2.0'
Visible = False
object mainMenu: TMainMenu
top = 1

View File

@ -820,6 +820,7 @@ begin
fMaxRecentGroups:= 10;
fReloadLastDocuments:=true;
fFlatLook:=true;
fDcdPort:=DCDWrapper.port;
end;
function TCEApplicationOptionsBase.getNativeProjecCompiler: DCompiler;