X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FVolumeControl.py;h=e42e06c6beaa80c6f1ddc5634283178ca56699bc;hp=38102926ace9bdded3ba3be6508878c6747594a2;hb=a9984df92fc78bd4955b24502724b74b935dcc3f;hpb=30da484f79db1d8210a3dcb31b359484873dc240 diff --git a/lib/python/Components/VolumeControl.py b/lib/python/Components/VolumeControl.py index 3810292..e42e06c 100644 --- a/lib/python/Components/VolumeControl.py +++ b/lib/python/Components/VolumeControl.py @@ -24,7 +24,9 @@ class VolumeControl: config.audio.volume = ConfigInteger(default = 100, limits = (0, 100)) self.volumeDialog = session.instantiateDialog(Volume) + self.volumeDialog.setAnimationMode(0) self.muteDialog = session.instantiateDialog(Mute) + self.muteDialog.setAnimationMode(0) self.hideVolTimer = eTimer() self.hideVolTimer.callback.append(self.volHide)