|
|
@@ -278,7 +278,7 @@ void CToolTipEx::OnPaint()
|
|
|
if(CGetSetOptions::GetScaleImagesToDescWindow())
|
|
|
{
|
|
|
dc.StretchBlt(rect.left, rect.top, rect.Width(), rect.Height(), &MemDc, 0, 0, nWidth, nHeight, SRCCOPY);
|
|
|
- /OutputDebugString(StrF(_T("scaling image, window size %d/%d, image %d/%d\n"), min(nWidth, rect.Width()), min(nHeight, rect.Height()), nWidth, nHeight));
|
|
|
+ //OutputDebugString(StrF(_T("scaling image, window size %d/%d, image %d/%d\n"), min(nWidth, rect.Width()), min(nHeight, rect.Height()), nWidth, nHeight));
|
|
|
}
|
|
|
else
|
|
|
{
|