summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/timeline.cc1
1 files changed, 1 insertions, 0 deletions
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<TimelineView> i, _views) {