Commit 4a869d39 authored by David Fuhrmann's avatar David Fuhrmann Committed by Felix Paul Kühne

macosx: save the current volume in intended variable

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent bf36bb29
...@@ -988,6 +988,7 @@ static VLCMainWindow *_o_sharedInstance = nil; ...@@ -988,6 +988,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
if( i_volume != i_lastShownVolume ) if( i_volume != i_lastShownVolume )
{ {
i_lastShownVolume = i_volume;
[o_volume_sld setIntValue: i_volume]; [o_volume_sld setIntValue: i_volume];
[o_fspanel setVolumeLevel: i_volume]; [o_fspanel setVolumeLevel: i_volume];
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment