Merge branch 'master' of /home/carl/git/dvdomatic
[dcpomatic.git] / src / wx / film_viewer.cc
index 4f2985a061db3677ebfb6d0ed5c89bf2fd25c9f8..82490e32978d6f7362c35e7b7fac93f7d93fa272 100644 (file)
@@ -59,7 +59,10 @@ FilmViewer::FilmViewer (shared_ptr<Film> f, wxWindow* p)
        , _display_frame_x (0)
        , _got_frame (false)
 {
+#ifndef __WXOSX__
        _panel->SetDoubleBuffered (true);
+#endif
+       
 #if wxMAJOR_VERSION == 2 && wxMINOR_VERSION >= 9
        _panel->SetBackgroundStyle (wxBG_STYLE_PAINT);
 #endif