diff widgets/PropertyBox.cpp @ 47:2e2ad8510e52

* Fix a crash in PortAudio output for mono data * Don't construct a chromagram in TonalChangeDetect plugin ctor * Update layer show/hide/dormancy for multi-view-capable layers -- the dormancy concept doesn't really work with these constraints any more
author Chris Cannam
date Fri, 03 Mar 2006 17:52:21 +0000
parents 2152e19d7db9
children 128ebfeeebee
line wrap: on
line diff
--- a/widgets/PropertyBox.cpp	Fri Mar 03 17:23:27 2006 +0000
+++ b/widgets/PropertyBox.cpp	Fri Mar 03 17:52:21 2006 +0000
@@ -123,8 +123,8 @@
 
 	LEDButton *showButton = new LEDButton(Qt::blue);
 	layout->addWidget(showButton);
-//!!!	connect(showButton, SIGNAL(stateChanged(bool)),
-//		layer, SLOT(showLayer(bool)));
+	connect(showButton, SIGNAL(stateChanged(bool)),
+		this, SIGNAL(showLayer(bool)));
 	layout->setAlignment(showButton, Qt::AlignVCenter);
     }