diff widgets/PropertyBox.cpp @ 193:57c2350a8c40

* Add slice layers (so you can display a slice of a colour 3d plot as if it were a spectrum) * Make spectrum layer a subclass of slice layer
author Chris Cannam
date Fri, 26 Jan 2007 16:59:57 +0000
parents 53835534a9d3
children 6b023411087b
line wrap: on
line diff
--- a/widgets/PropertyBox.cpp	Wed Jan 24 17:14:24 2007 +0000
+++ b/widgets/PropertyBox.cpp	Fri Jan 26 16:59:57 2007 +0000
@@ -118,6 +118,8 @@
 
     Layer *layer = dynamic_cast<Layer *>(m_container);
     if (layer) {
+	disconnect(layer, SIGNAL(modelReplaced()),
+                   this, SLOT(populateViewPlayFrame()));
 	connect(layer, SIGNAL(modelReplaced()),
 		this, SLOT(populateViewPlayFrame()));
     }