#97, add field option in options assign()

This commit is contained in:
Basile Burg 2016-12-01 03:02:59 +01:00
parent 534df12ff9
commit b3a7ffa339
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 0 deletions

View File

@ -601,6 +601,7 @@ begin
fShowGdbOutput:=src.fShowGdbOutput;
fShowOutput:=src.fShowOutput;
fShowRawMiOutput:=src.fShowRawMiOutput;
fStopAllThreadsOnBreak:= src.fStopAllThreadsOnBreak;
fIgnoredSignals.Assign(src.fIgnoredSignals);
fCommandsHistory.Assign(src.fCommandsHistory);
fShortcuts.assign(src.fShortcuts);