diff layer/PaintAssistant.h @ 220:8dc50f57d480

* Make the vertical scale a bit less thtoopid for many linear scale spectra * Don't forget to reload slice layer properties when loading a session, as well as spectrum layer (i.e. subclass) properties
author Chris Cannam
date Mon, 05 Mar 2007 13:04:52 +0000
parents 4a3bdde1ef13
children b66fb15de477
line wrap: on
line diff
--- a/layer/PaintAssistant.h	Mon Mar 05 13:01:14 2007 +0000
+++ b/layer/PaintAssistant.h	Mon Mar 05 13:04:52 2007 +0000
@@ -28,7 +28,7 @@
 
     static void paintVerticalLevelScale(QPainter &p, QRect rect,
                                         float minVal, float maxVal,
-                                        Scale scale,
+                                        Scale scale, int &multRtn,
                                         std::vector<int> *markCoordRtns = 0);
 
     static int getYForValue(Scale scale, float value,