diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-05 20:25:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-05 20:25:44 +0000 |
| commit | 07bdda339b49c201f5990819bd8c1e193356ff7f (patch) | |
| tree | 9459c9862715f5b50048ce6c6136d032b0f79f9c /src | |
| parent | d9c086704e8a23ac2360fd9c0ae1f8a5cd703086 (diff) | |
Try to fix odd notebook colouring on Windows.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_editor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<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 (); |
