diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-25 21:29:53 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-25 21:29:53 +0000 |
| commit | b84f9f2682205881c208035fea7a7eb43811d565 (patch) | |
| tree | 3dcf0c32fb13843453bd6a8f25e8bf86fa21bbf9 /src | |
| parent | f6320b67fe724d9c5e22af1a2566a0700a65ab62 (diff) | |
Scratch that.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_viewer.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index e1e3b009d..2314a7f24 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -56,8 +56,6 @@ FilmViewer::FilmViewer (shared_ptr<Film> f, wxWindow* p) , _got_frame (false) , _clear_required (false) { - _panel->SetDoubleBuffered (true); - _v_sizer = new wxBoxSizer (wxVERTICAL); SetSizer (_v_sizer); |
