* Fixed Bug #24320 with patch as suggested by submitter

git-svn-id: trunk@24322 -
This commit is contained in:
michael 2013-04-25 18:24:08 +00:00
parent 4f69d1046a
commit 742b9b5359

View File

@ -368,6 +368,8 @@ begin
else
Terminate;
end;
if not Terminated then
WaitMessage;
Until Terminated;
end;
finally