mirror of https://gitlab.com/basile.b/dexed.git
fix build duration of runnable not displayed in the right msg context ptr
This commit is contained in:
parent
c59f21bbc3
commit
dc51d39d06
|
@ -3171,7 +3171,7 @@ begin
|
|||
if fAppliOpts.showBuildDuration then
|
||||
begin
|
||||
fMsgs.message('Runnable build duration: ' + formatTicksAsDuration(GetTickCount64 - fCompStart),
|
||||
nil, amcEdit, amkInf);
|
||||
fDoc, amcEdit, amkInf);
|
||||
end;
|
||||
|
||||
finally
|
||||
|
|
Loading…
Reference in New Issue