mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-17 10:23:42 +02:00
hourglass: ensure clean screen on disabled bg save
hide() has no effect with disabled bg save
This commit is contained in:
@@ -106,7 +106,10 @@ void CHourGlass::paint(const bool &do_save_bg)
|
||||
|
||||
cc_bg_image = frameBuffer->getIconPath(hg_img_files.at(hg_file_num), "png");
|
||||
|
||||
hide();
|
||||
if (do_save_bg)
|
||||
hide();
|
||||
else
|
||||
kill();
|
||||
|
||||
if (!hg_timer->isRun())
|
||||
hg_timer->startTimer();
|
||||
|
Reference in New Issue
Block a user