mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
hourglass: ensure clean screen on disabled bg save
hide() has no effect with disabled bg save
Origin commit data
------------------
Commit: 8dc21b74fd
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-04 (Thu, 04 Nov 2021)
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