Mercurial > hg > svgui
diff view/ViewManager.cpp @ 1273:61418c112281
Adjust y-coord of text labels to accommodate larger scaled fonts
author | Chris Cannam |
---|---|
date | Tue, 24 Apr 2018 10:15:54 +0100 |
parents | a34a2a25907c |
children | 646e713a4632 |
line wrap: on
line diff
--- a/view/ViewManager.cpp Mon Apr 23 16:06:27 2018 +0100 +++ b/view/ViewManager.cpp Tue Apr 24 10:15:54 2018 +0100 @@ -810,7 +810,7 @@ } int scaled = int(pixels * ratio + 0.5); -// cerr << "scaledSize: " << pixels << " -> " << scaled << " at ratio " << ratio << endl; +// SVDEBUG << "scaledSize: " << pixels << " -> " << scaled << " at ratio " << ratio << endl; if (pixels != 0 && scaled == 0) scaled = 1; return scaled; }