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

This commit is contained in:
Jacek Jendrzej
2020-01-24 20:19:06 +01:00
parent 4836eb8f75
commit c133d89069

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;