summaryrefslogtreecommitdiff
path: root/plugins/mRadio/i_myservice.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mRadio/i_myservice.inc')
-rw-r--r--plugins/mRadio/i_myservice.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/mRadio/i_myservice.inc b/plugins/mRadio/i_myservice.inc
index 74b4c11b4f..3aa403398d 100644
--- a/plugins/mRadio/i_myservice.inc
+++ b/plugins/mRadio/i_myservice.inc
@@ -118,9 +118,13 @@ begin
else
gVolume:=-gVolume;
Result:=Service_RadioSetVolume(gVolume,0);
+ if hVolFrmMute<>0 then
+ begin
+ InvalidateRect(hVolFrmMute,nil,true);
+ RedrawWindow(hVolFrmMute,nil,0,RDW_INVALIDATE or RDW_ALLCHILDREN or RDW_ERASE);
+ end;
if hVolFrmCtrl<>0 then
EnableWindow(hVolFrmCtrl,gVolume>=0);
-
end;
function Service_EqOnOff(wParam:WPARAM;lParam:LPARAM):int;cdecl;