mirror of https://gitlab.com/basile.b/dexed.git
fix runnable console shown
This commit is contained in:
parent
f354677a9f
commit
c45e021860
|
@ -1284,6 +1284,7 @@ begin
|
||||||
FreeRunnableProc;
|
FreeRunnableProc;
|
||||||
fRunProc := TAsyncProcess.Create(nil);
|
fRunProc := TAsyncProcess.Create(nil);
|
||||||
fRunProc.Options := [poStderrToOutPut, poUsePipes];
|
fRunProc.Options := [poStderrToOutPut, poUsePipes];
|
||||||
|
fRunProc.ShowWindow := swoHIDE;
|
||||||
fRunProc.OnReadData := @asyncprocOutput;
|
fRunProc.OnReadData := @asyncprocOutput;
|
||||||
fRunProc.OnTerminate:= @asyncprocTerminate;
|
fRunProc.OnTerminate:= @asyncprocTerminate;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue