diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index 81189ffa5..85542903d 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -232,6 +232,8 @@ void CInfoViewer::ResetPB() } if (timescale){ + if (g_settings.infobar_progressbar == SNeutrinoSettings::INFOBAR_PROGRESSBAR_ARRANGEMENT_DEFAULT) + timescale->kill(); delete timescale; timescale = NULL; }