From 38a95dd0e6a4111deda50676f6b0497bc7e67f7f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 10 Jul 2013 00:42:07 +0100 Subject: [PATCH] SetDoubleBuffered is not there on OS X. --- src/wx/timeline.cc | 2 ++ 1 file changed, 2 insertions(+) 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) , _down_view_start (0) , _first_move (false) { +#ifndef __WXOSX__ SetDoubleBuffered (true); +#endif setup_pixels_per_time_unit (); -- 2.30.2