Anti-alias the timeline.
authorCarl Hetherington <cth@carlh.net>
Thu, 25 Feb 2016 23:15:41 +0000 (23:15 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 25 Feb 2016 23:15:41 +0000 (23:15 +0000)
src/wx/timeline.cc

index a7b41eb983d7516b3e12898e53bd47a9b0464167..b7f4ec23186a5a25411567e027064a2f61309f71 100644 (file)
@@ -93,6 +93,7 @@ Timeline::paint ()
                return;
        }
 
+       gc->SetAntialiasMode (wxANTIALIAS_DEFAULT);
 
        BOOST_FOREACH (shared_ptr<TimelineView> i, _views) {