Try to fix odd notebook colouring on Windows.
authorCarl Hetherington <cth@carlh.net>
Wed, 5 Dec 2012 20:25:44 +0000 (20:25 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 5 Dec 2012 20:25:44 +0000 (20:25 +0000)
src/wx/film_editor.cc

index 396958719a7e1b8fc85582eca4d154b68059e3e1..f1d23a922481363bb0ecd72d6fe57b5f2dd38950 100644 (file)
@@ -65,7 +65,7 @@ FilmEditor::FilmEditor (shared_ptr<Film> f, wxWindow* parent)
 {
        wxSizer* s = new wxBoxSizer (wxVERTICAL);
        SetSizer (s);
-       _notebook = new wxNotebook (this, wxID_ANY);
+       _notebook = new wxNotebook (this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxNB_NOPAGETHEME);
        s->Add (_notebook, 1);
        
        make_film_panel ();