diff view/Pane.cpp @ 437:755243c67f59

* Add vertical zoom and pan to time-value layer. Still some defects, particularly in logarithmic mode. Now need to get this in note layer as well! * Some fixes to log colouring in segmentation mode of time-value layer.
author Chris Cannam
date Fri, 24 Oct 2008 14:52:40 +0000
parents 46a6daf1119b
children 76cd1c89eb06
line wrap: on
line diff
--- a/view/Pane.cpp	Thu Oct 23 16:30:48 2008 +0000
+++ b/view/Pane.cpp	Fri Oct 24 14:52:40 2008 +0000
@@ -2168,6 +2168,13 @@
 }
 
 void
+Pane::layerParametersChanged()
+{
+    View::layerParametersChanged();
+    updateHeadsUpDisplay();
+}
+
+void
 Pane::dragEnterEvent(QDragEnterEvent *e)
 {
     QStringList formats(e->mimeData()->formats());