Merge branch 'master' of ssh://192.168.1.201/home/carl/git/dvdomatic
[dcpomatic.git] / src / wx / audio_plot.cc
index cf44eb69fa59c84c93011619c99718b5a0f27b2e..3fec1d3fe3dec0f2e2af8026e94c1e9aed497f20 100644 (file)
@@ -42,7 +42,9 @@ AudioPlot::AudioPlot (wxWindow* parent)
        , _gain (0)
        , _smoothing (max_smoothing / 2)
 {
+#ifndef __WXOSX__      
        SetDoubleBuffered (true);
+#endif 
 
        for (int i = 0; i < MAX_AUDIO_CHANNELS; ++i) {
                _channel_visible[i] = false;