https://bugs.kde.org/show_bug.cgi?id=500015

--- Comment #5 from Markus <m4rkus...@web.de> ---
Changing this:
            // sinces nextMoveResizeGeom is fractional, at best it is within 1
unit of currentMoveResizeGeom
            if (std::abs(currentMoveResizeGeom.left() -
nextMoveResizeGeom.left()) < 1.0
                && std::abs(currentMoveResizeGeom.right() -
nextMoveResizeGeom.right()) < 1.0
                && std::abs(currentMoveResizeGeom.top() -
nextMoveResizeGeom.top()) < 1.0
                && std::abs(currentMoveResizeGeom.bottom() -
nextMoveResizeGeom.bottom()) < 1.0) {
                break; // Prevent lockup
            }
to all "<= 1.0" is preventing the lock-up for me.
Is the calculation flawed or this exit criteria?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to