fix, custom tools, message interface not yet assigned but used

This commit is contained in:
Basile Burg 2016-06-16 03:05:54 +02:00
parent 2d5bfb6374
commit 98f2b6c04c
1 changed files with 3 additions and 1 deletions

View File

@ -199,8 +199,10 @@ var
begin begin
ce_processes.killProcess(fProcess); ce_processes.killProcess(fProcess);
// //
if fMsgs = nil then
fMsgs := getMessageDisplay;
if fClearMessages then if fClearMessages then
getMessageDisplay(fMsgs).clearByContext(amcMisc); fMsgs.clearByContext(amcMisc);
if fSymStringExpander = nil then if fSymStringExpander = nil then
fSymStringExpander:= getSymStringExpander; fSymStringExpander:= getSymStringExpander;
// //