diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-11 19:58:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-11 19:58:28 +0100 |
| commit | 15895d47cebc0988aecf0a6b84947f4b6bae9aa3 (patch) | |
| tree | afdca3099e691981fe2dbd0be4e9fb88cdcf5a3f /src/wx | |
| parent | 42e9303d4bfd41eaeaa093bcdc5d77eee7a0696d (diff) | |
Full-screen mode for player.
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/film_viewer.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index bd83821be..c062524e9 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -91,6 +91,7 @@ FilmViewer::FilmViewer (wxWindow* p) #endif _panel->SetBackgroundStyle (wxBG_STYLE_PAINT); + _panel->SetBackgroundColour (*wxBLACK); _panel->Bind (wxEVT_PAINT, boost::bind (&FilmViewer::paint_panel, this)); _panel->Bind (wxEVT_SIZE, boost::bind (&FilmViewer::panel_sized, this, _1)); |
