mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 10:51:12 +02:00
msgbox: fix segfault with null pointer progressbar
This commit is contained in:
@@ -323,6 +323,7 @@ int CMsgBox::exec()
|
||||
|
||||
//***refresh timeout on any pressed navi key! This resets current timeout end to initial value***
|
||||
if (timeout > 0) {
|
||||
if(timeout_pb)
|
||||
timeout_pb->setValues(0, timeout);
|
||||
timeoutEnd = CRCInput::calcTimeoutEnd(timeout);
|
||||
}
|
||||
|
Reference in New Issue
Block a user