Commit cd275b2e authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: use optimized drawing for the main window as well (in addition to the detached vout window)

(cherry picked from commit ca0752e4ff27c29b63f95f579378a4c1fa983488)
parent c57451c2
......@@ -131,6 +131,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
#endif
i_lastShownVolume = -1;
t_hide_mouse_timer = nil;
[self useOptimizedDrawing: YES];
[o_play_btn setToolTip: _NS("Play/Pause")];
[o_detached_play_btn setToolTip: [o_play_btn toolTip]];
......
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