diff base/PropertyContainer.cpp @ 1331:576be7933ec7 3.0-integration

Introduce a colour map combo too. Doesn't yet have swatches
author Chris Cannam
date Fri, 16 Dec 2016 14:16:05 +0000
parents a54016762f77
children 48e9f538e6e9
line wrap: on
line diff
--- a/base/PropertyContainer.cpp	Thu Dec 15 08:59:19 2016 +0000
+++ b/base/PropertyContainer.cpp	Fri Dec 16 14:16:05 2016 +0000
@@ -178,6 +178,7 @@
 
     case ValueProperty:
     case ColourProperty:
+    case ColourMapProperty:
     {
         int min, max;
         getPropertyRangeAndValue(name, &min, &max, 0);