mirror of https://gitlab.com/basile.b/dexed.git
fix, custom tools, message interface not yet assigned but used
This commit is contained in:
parent
2d5bfb6374
commit
98f2b6c04c
|
@ -199,8 +199,10 @@ var
|
|||
begin
|
||||
ce_processes.killProcess(fProcess);
|
||||
//
|
||||
if fMsgs = nil then
|
||||
fMsgs := getMessageDisplay;
|
||||
if fClearMessages then
|
||||
getMessageDisplay(fMsgs).clearByContext(amcMisc);
|
||||
fMsgs.clearByContext(amcMisc);
|
||||
if fSymStringExpander = nil then
|
||||
fSymStringExpander:= getSymStringExpander;
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue