diff view/Pane.cpp @ 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 7527701c8076
children c0d8356e274f
line wrap: on
line diff
--- a/view/Pane.cpp	Wed Jul 04 15:33:47 2018 +0100
+++ b/view/Pane.cpp	Wed Jul 04 15:34:16 2018 +0100
@@ -594,8 +594,6 @@
 
     int sw = topLayer->getVerticalScaleWidth
         (this, m_manager->shouldShowVerticalColourScale(), paint);
-
-//    cerr << "sw = " << sw << endl;
     
     if (sw > 0) {
         scaleLayer = topLayer;