supplement to 1e76f6ef4491f263cc8811c63af23844876e9d22, progresspar clean is after 'add possibility for more control of timeout bar' broken

Origin commit data
------------------
Commit: eecf4f8f92
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-24 (Fri, 24 Jan 2020)
This commit is contained in:
Jacek Jendrzej
2020-01-24 22:04:09 +01:00
committed by vanhofen
parent 86e7933375
commit 4d1888c0b6

View File

@@ -215,6 +215,7 @@ void CHintBox::enableTimeOutBar(bool enable)
if(timeout_pb){
timeout_pb->setValues(100, 100);
timeout_pb->paint0();
timeout_pb->kill();
delete timeout_pb; timeout_pb = NULL;
}
return;