mirror of https://gitlab.com/basile.b/dexed.git
fix building on windows
This commit is contained in:
parent
8c6db7bef0
commit
4956f7c19b
|
@ -153,7 +153,7 @@ procedure TProcInputWidget.sendInput;
|
|||
var
|
||||
inp: string;
|
||||
begin
|
||||
if fProc.Input.isNotAssigned or fProc.Input.Handle.equals(0) then
|
||||
if fProc.Input.isNotAssigned {or fProc.Input.Handle.equals(0)} then
|
||||
exit;
|
||||
|
||||
fMru.Insert(0,txtInp.Text);
|
||||
|
|
Loading…
Reference in New Issue