X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fview.cpp;h=2d9d0b39dcfe815488c42f0b89406a555e8f6dec;hp=af1980a57a4cc3ce1482324dd5765dc19920a402;hb=33356addacfe4296ecb613c6c4696f082e351159;hpb=54798ed9050d0742c6cdab067fad0cc364b1d6b2 diff --git a/src/view.cpp b/src/view.cpp index af1980a..2d9d0b3 100644 --- a/src/view.cpp +++ b/src/view.cpp @@ -88,7 +88,7 @@ void View::ScaleAroundPoint(Real x, Real y, Real scale_amount) m_bounds.y = y - top; m_bounds.w *= scale_amount; m_bounds.h *= scale_amount; - Debug("View Bounds => %s", m_bounds.Str().c_str()); + //Debug("Scale at {%s, %s} by %s View Bounds => %s", x.Str().c_str(), y.Str().c_str(), scale_amount.Str().c_str(), m_bounds.Str().c_str()); if (!m_use_gpu_transform) m_buffer_dirty = true; m_bounds_dirty = true;