diff widgets/Pane.cpp @ 122:71992cee2ece

* Finish preferences dialog (as far as it's going at the moment) and connect it up * Fix Parzen window shape (was triangular!) * Various fixes to spectrogram draw coordinates in smoothing mode etc * Draw C keys in grey on the piano
author Chris Cannam
date Fri, 21 Jul 2006 16:03:42 +0000
parents 8dfa20f1c70a
children 842bf484ee15
line wrap: on
line diff
--- a/widgets/Pane.cpp	Thu Jul 20 16:51:20 2006 +0000
+++ b/widgets/Pane.cpp	Fri Jul 21 16:03:42 2006 +0000
@@ -109,6 +109,8 @@
 void
 Pane::paintEvent(QPaintEvent *e)
 {
+    Profiler profiler("Pane::paintEvent", true);
+
     QPainter paint;
 
     QRect r(rect());