1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

macosx: save the current volume in intended variable

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
This commit is contained in:
David Fuhrmann 2012-01-22 22:41:22 +01:00 committed by Felix Paul Kühne
parent bf36bb2935
commit 4a869d394f

View File

@ -988,6 +988,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
if( i_volume != i_lastShownVolume )
{
i_lastShownVolume = i_volume;
[o_volume_sld setIntValue: i_volume];
[o_fspanel setVolumeLevel: i_volume];
}