mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
supplement to 1e76f6ef44
, progresspar clean is after 'add possibility for more control of timeout bar' broken
This commit is contained in:
@@ -215,6 +215,7 @@ void CHintBox::enableTimeOutBar(bool enable)
|
|||||||
if(timeout_pb){
|
if(timeout_pb){
|
||||||
timeout_pb->setValues(100, 100);
|
timeout_pb->setValues(100, 100);
|
||||||
timeout_pb->paint0();
|
timeout_pb->paint0();
|
||||||
|
timeout_pb->kill();
|
||||||
delete timeout_pb; timeout_pb = NULL;
|
delete timeout_pb; timeout_pb = NULL;
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user