diff layer/RegionLayer.h @ 1374:631897ba9fca zoom

Merge from default branch
author Chris Cannam
date Tue, 06 Nov 2018 08:59:03 +0000
parents d79e21855aef
children a18e78b9c78b
line wrap: on
line diff
--- a/layer/RegionLayer.h	Fri Oct 05 10:25:52 2018 +0100
+++ b/layer/RegionLayer.h	Tue Nov 06 08:59:03 2018 +0000
@@ -13,8 +13,8 @@
     COPYING included with this distribution for more information.
 */
 
-#ifndef _REGION_LAYER_H_
-#define _REGION_LAYER_H_
+#ifndef SV_REGION_LAYER_H
+#define SV_REGION_LAYER_H
 
 #include "SingleColourLayer.h"
 #include "VerticalScaleLayer.h"
@@ -156,6 +156,7 @@
     RegionModel::EditCommand *m_editingCommand;
     VerticalScale m_verticalScale;
     int m_colourMap;
+    bool m_colourInverted;
     PlotStyle m_plotStyle;
 
     typedef std::map<double, int> SpacingMap;