diff base/PropertyContainer.cpp @ 1527:710e6250a401 zoom

Merge from default branch
author Chris Cannam
date Mon, 17 Sep 2018 13:51:14 +0100
parents 48e9f538e6e9
children 70e172e6cc59
line wrap: on
line diff
--- a/base/PropertyContainer.cpp	Mon Dec 12 15:18:52 2016 +0000
+++ b/base/PropertyContainer.cpp	Mon Sep 17 13:51:14 2018 +0100
@@ -178,6 +178,7 @@
 
     case ValueProperty:
     case ColourProperty:
+    case ColourMapProperty:
     {
         int min, max;
         getPropertyRangeAndValue(name, &min, &max, 0);
@@ -222,8 +223,8 @@
 }
 
 PropertyContainer::SetPropertyCommand::SetPropertyCommand(PropertyContainer *pc,
-							  const PropertyName &pn,
-							  int value) :
+                                                          const PropertyName &pn,
+                                                          int value) :
     m_pc(pc),
     m_pn(pn),
     m_value(value),