summaryrefslogtreecommitdiff
path: root/plugins/mRadio/i_myservice.inc
diff options
context:
space:
mode:
authorAlexey Kulakov <panda75@bk.ru>2014-04-07 15:55:25 +0000
committerAlexey Kulakov <panda75@bk.ru>2014-04-07 15:55:25 +0000
commitacb9afd1419ded31a4d9c4d151a0b79801b23d78 (patch)
tree7761e12600203eefb91b478e9cf8d600acc73e08 /plugins/mRadio/i_myservice.inc
parentdea767bfe91ba408b09e4f9bcd503dd2150276a7 (diff)
mRadio: Menu icons added
git-svn-id: http://svn.miranda-ng.org/main/trunk@8874 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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;