Try again.
authorCarl Hetherington <cth@carlh.net>
Mon, 25 Feb 2013 21:20:27 +0000 (21:20 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 25 Feb 2013 21:20:27 +0000 (21:20 +0000)
src/wx/film_viewer.cc

index 96656ce097891ef8d8f6d54aaa59c518e52c9118..e1e3b009d5b6449a0a2015195ed89433581bba28 100644 (file)
@@ -57,9 +57,6 @@ FilmViewer::FilmViewer (shared_ptr<Film> f, wxWindow* p)
        , _clear_required (false)
 {
        _panel->SetDoubleBuffered (true);
-#if wxMAJOR_VERSION == 2 && wxMINOR_VERSION >= 9
-       _panel->SetBackgroundStyle (wxBG_STYLE_PAINT);
-#endif 
        
        _v_sizer = new wxBoxSizer (wxVERTICAL);
        SetSizer (_v_sizer);