diff layer/Layer.h @ 1315:1d7921b1852f

Ensure scale appears for layer when drawn in AutoAlign mode without any other layer present to align to
author Chris Cannam
date Wed, 04 Jul 2018 15:34:16 +0100
parents a34a2a25907c
children 1eb560b363e7
line wrap: on
line diff
--- a/layer/Layer.h	Wed Jul 04 15:33:47 2018 +0100
+++ b/layer/Layer.h	Wed Jul 04 15:34:16 2018 +0100
@@ -626,6 +626,8 @@
     void paintMeasurementRect(LayerGeometryProvider *v, QPainter &paint,
                               const MeasureRect &r, bool focus) const;
 
+    bool valueExtentsMatchMine(LayerGeometryProvider *v) const;
+    
     QString m_presentationName;
 
 private: