From 0915b2ed3eec9a799ce38d5a148331e756b170c8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 25 Feb 2016 23:15:41 +0000 Subject: [PATCH 1/1] Anti-alias the timeline. --- src/wx/timeline.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wx/timeline.cc b/src/wx/timeline.cc index a7b41eb98..b7f4ec231 100644 --- a/src/wx/timeline.cc +++ b/src/wx/timeline.cc @@ -93,6 +93,7 @@ Timeline::paint () return; } + gc->SetAntialiasMode (wxANTIALIAS_DEFAULT); BOOST_FOREACH (shared_ptr i, _views) { -- 2.30.2