diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-25 23:15:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-25 23:15:41 +0000 |
| commit | 0915b2ed3eec9a799ce38d5a148331e756b170c8 (patch) | |
| tree | 95dd42e73bd7d7fbf77db2935869eaebe85cb35c /src | |
| parent | 07789030fb4ec7d48d14c2cbee0b32f616d6d93d (diff) | |
Anti-alias the timeline.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/timeline.cc | 1 |
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) { |
