Mercurial > hg > sonic-visualiser
diff main/MainWindow.cpp @ 98:32b386dac447
* Work on harmonising colour and scale ranges between types of layer
* Add normalize options to colour 3d plot layer
author | Chris Cannam |
---|---|
date | Thu, 01 Feb 2007 14:31:28 +0000 |
parents | 398889687f3d |
children | 99d44871334b |
line wrap: on
line diff
--- a/main/MainWindow.cpp Wed Jan 31 12:13:47 2007 +0000 +++ b/main/MainWindow.cpp Thu Feb 01 14:31:28 2007 +0000 @@ -253,6 +253,8 @@ this, SLOT(preferenceChanged(PropertyContainer::PropertyName))); +// preferenceChanged("Property Box Layout"); + if (m_oscQueue && m_oscQueue->isOK()) { connect(m_oscQueue, SIGNAL(messagesAvailable()), this, SLOT(pollOSC())); QTimer *oscTimer = new QTimer(this);