Mercurial > hg > svgui
diff layer/SpectrogramLayer.h @ 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 | ad214997dddb |
children | 01ab51f72e84 |
line wrap: on
line diff
--- a/layer/SpectrogramLayer.h Fri Mar 03 17:23:27 2006 +0000 +++ b/layer/SpectrogramLayer.h Fri Mar 03 17:52:21 2006 +0000 @@ -179,7 +179,7 @@ void setProperties(const QXmlAttributes &attributes); - virtual void setLayerDormant(const bool dormant); + virtual void setLayerDormant(const View *v, bool dormant); protected slots: void cacheInvalid();