changeset 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 77267127a8ce
files main/MainWindow.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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);