Commit c6775ab9 authored by David Fuhrmann's avatar David Fuhrmann Committed by Jean-Baptiste Kempf

macosx: save the current volume in intended variable

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
(cherry picked from commit 4a869d394f8e3423b3bbade4f96100723748d4b1)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 709c63dd
...@@ -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