diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-10 00:42:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-10 00:42:07 +0100 |
| commit | 38a95dd0e6a4111deda50676f6b0497bc7e67f7f (patch) | |
| tree | 8192d7ea68ba5744697e235e0348ad1d25c9cf4c /src | |
| parent | 2851a385540353b21c8a45247ab54091bd2d70c2 (diff) | |
SetDoubleBuffered is not there on OS X.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/timeline.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/timeline.cc b/src/wx/timeline.cc index 113e883fc..bd2d314a4 100644 --- a/src/wx/timeline.cc +++ b/src/wx/timeline.cc @@ -332,7 +332,9 @@ Timeline::Timeline (wxWindow* parent, FilmEditor* ed, shared_ptr<Film> film) , _down_view_start (0) , _first_move (false) { +#ifndef __WXOSX__ SetDoubleBuffered (true); +#endif setup_pixels_per_time_unit (); |
