Use anti-aliasing in the audio level plot.
[dcpomatic.git] / src / wx / audio_plot.cc
index f25ae4cb64cb1c8517c13605aa15181971778677..7c9dae6a557c9061ea7fa1006af3a088b6679aaa 100644 (file)
@@ -160,6 +160,8 @@ AudioPlot::paint ()
                return;
        }
 
+       gc->SetAntialiasMode (wxANTIALIAS_DEFAULT);
+
        if (!_analysis || _analysis->channels() == 0) {
                gc->SetFont (gc->CreateFont (*wxNORMAL_FONT));
                gc->DrawText (_message, 32, 32);