mirror of https://gitlab.com/basile.b/dexed.git
#97, add field option in options assign()
This commit is contained in:
parent
534df12ff9
commit
b3a7ffa339
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue