diff view/Overview.cpp @ 287:cd2492c5fe45

* Add SingleColourLayer to manage colours for layers that have a single predominant colour (i.e. most of them).
author Chris Cannam
date Thu, 12 Jul 2007 16:14:59 +0000
parents b9380f679f70
children ac954fc0ec6f
line wrap: on
line diff
--- a/view/Overview.cpp	Wed Jul 11 20:46:37 2007 +0000
+++ b/view/Overview.cpp	Thu Jul 12 16:14:59 2007 +0000
@@ -164,7 +164,7 @@
 	paint.setClipRect(r);
     }
 
-    paint.setPen(Qt::black);
+    paint.setPen(getForeground());
 
     int y = 0;