Mercurial > hg > svgui
diff view/ViewManager.cpp @ 910:b48db6f1a7d2 cxx11
Nothing of consequence
author | Chris Cannam |
---|---|
date | Tue, 10 Mar 2015 17:31:14 +0000 |
parents | 4a578a360011 |
children | 36cddc3de023 4d54882bbf73 |
line wrap: on
line diff
--- a/view/ViewManager.cpp Tue Mar 10 17:23:45 2015 +0000 +++ b/view/ViewManager.cpp Tue Mar 10 17:31:14 2015 +0000 @@ -736,7 +736,7 @@ } int scaled = int(pixels * ratio + 0.5); - cerr << "scaledSize: " << pixels << " -> " << scaled << " at ratio " << ratio << endl; +// cerr << "scaledSize: " << pixels << " -> " << scaled << " at ratio " << ratio << endl; if (pixels != 0 && scaled == 0) scaled = 1; return scaled; }