mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
audiomute: enable paint bg
disable is not required
Origin commit data
------------------
Commit: 088bf0ce8e
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-16 (Tue, 16 Nov 2021)
This commit is contained in:
@@ -43,7 +43,6 @@
|
|||||||
CAudioMute::CAudioMute():CComponentsPicture(0, 0, NEUTRINO_ICON_MUTED)
|
CAudioMute::CAudioMute():CComponentsPicture(0, 0, NEUTRINO_ICON_MUTED)
|
||||||
{
|
{
|
||||||
y_old = -1;
|
y_old = -1;
|
||||||
paint_bg = false;
|
|
||||||
do_paint_mute_icon = true;
|
do_paint_mute_icon = true;
|
||||||
CVolumeHelper::getInstance()->refresh();
|
CVolumeHelper::getInstance()->refresh();
|
||||||
CVolumeHelper::getInstance()->getMuteIconDimensions(&x, &y, &width, &height);
|
CVolumeHelper::getInstance()->getMuteIconDimensions(&x, &y, &width, &height);
|
||||||
|
Reference in New Issue
Block a user