From 07bdda339b49c201f5990819bd8c1e193356ff7f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 5 Dec 2012 20:25:44 +0000 Subject: [PATCH] Try to fix odd notebook colouring on Windows. --- src/wx/film_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 396958719..f1d23a922 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -65,7 +65,7 @@ FilmEditor::FilmEditor (shared_ptr 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 (); -- 2.30.2