diff layer/TimeValueLayer.cpp @ 353:de4db9b5dcf1

* More latency for PortAudio output * ...
author Chris Cannam
date Thu, 24 Jan 2008 22:49:19 +0000
parents ffa448b0e1bc
children 020c485aa7e0
line wrap: on
line diff
--- a/layer/TimeValueLayer.cpp	Thu Jan 24 14:35:43 2008 +0000
+++ b/layer/TimeValueLayer.cpp	Thu Jan 24 22:49:19 2008 +0000
@@ -540,6 +540,8 @@
     int sampleRate = m_model->getSampleRate();
     if (!sampleRate) return;
 
+    paint.setRenderHint(QPainter::Antialiasing, false);
+
 //    Profiler profiler("TimeValueLayer::paint", true);
 
     int x0 = rect.left(), x1 = rect.right();