diff layer/SpectrogramLayer.h @ 608:0dba6a391760

Adjust crosshair left end position based on detail level of vertical scale
author Chris Cannam
date Mon, 30 Jan 2012 16:06:32 +0000
parents 5b72899d692b
children 67e6d518ac27
line wrap: on
line diff
--- a/layer/SpectrogramLayer.h	Mon Jan 30 16:01:59 2012 +0000
+++ b/layer/SpectrogramLayer.h	Mon Jan 30 16:06:32 2012 +0000
@@ -263,6 +263,7 @@
     int                 m_lastEmittedZoomStep;
     bool                m_synchronous;
 
+    mutable bool        m_haveDetailedScale;
     mutable int         m_lastPaintBlockWidth;
     mutable RealTime    m_lastPaintTime;