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
|
||||
OnWindowStateChange = FormWindowStateChange
|
||||
ShowHint = True
|
||||
LCLVersion = '1.8.2.0'
|
||||
Visible = False
|
||||
object mainMenu: TMainMenu
|
||||
top = 1
|
||||
|
|
|
@ -820,6 +820,7 @@ begin
|
|||
fMaxRecentGroups:= 10;
|
||||
fReloadLastDocuments:=true;
|
||||
fFlatLook:=true;
|
||||
fDcdPort:=DCDWrapper.port;
|
||||
end;
|
||||
|
||||
function TCEApplicationOptionsBase.getNativeProjecCompiler: DCompiler;
|
||||
|
|
Loading…
Reference in New Issue