diff widgets/PropertyBox.cpp @ 290:3101c68a00c1

* Restore Scale setting which had mistakenly disappeared from spectrum * Some tweaks to spectrum peaks * Make spectrum default to 4096/75%... or is that overdoing it? * Show harmonic cursor even during playback if in measure mode and mouse in relevant pane * Avoid crash when trying to measure a non-layer * Various adjustments to some icons to make them look better in white-on-black schemes
author Chris Cannam
date Fri, 13 Jul 2007 15:54:17 +0000
parents cd2492c5fe45
children 2f83b6e3b8ca 64e84e5efb76
line wrap: on
line diff
--- a/widgets/PropertyBox.cpp	Fri Jul 13 13:19:15 2007 +0000
+++ b/widgets/PropertyBox.cpp	Fri Jul 13 15:54:17 2007 +0000
@@ -443,6 +443,9 @@
                 cb->setEditable(true);
 
             } else { // ColourProperty
+
+                //!!! should be a proper colour combobox class that
+                // manages its own Add New Colour entry...
                 
                 ColourDatabase *db = ColourDatabase::getInstance();
                 for (size_t i = 0; i < db->getColourCount(); ++i) {