Commit 75358c53 authored by Sebastien Zwickert's avatar Sebastien Zwickert Committed by Jean-Baptiste Kempf

gui/macosx: second attempt to fix equalizer issue #3718.

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit 6a8df715)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a0a45ea1
......@@ -296,7 +296,9 @@ static bool GetFiltersStatus( intf_thread_t *p_intf,
- (IBAction)enable:(id)sender
{
ChangeFiltersString( VLCIntf, (char *)"equalizer", [sender state] );
// ChangeFiltersString( VLCIntf, (char *)"equalizer", [sender state] );
// to fix #3718
aout_EnableFilter( pl_Get( VLCIntf ), (char *)"equalizer", [sender state]);
}
- (IBAction)preampSliderUpdated:(id)sender
......
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