https://bugs.kde.org/show_bug.cgi?id=500015
--- Comment #10 from Ivan B. ---
(In reply to Rok F from comment #9)
> (In reply to Ivan B. from comment #8)
> > I have the same issue and changing from '<' to '<=' the 'if' condition in
> > Window::nextInteractiveMoveGeometry and then patching kwin fix
https://bugs.kde.org/show_bug.cgi?id=500015
--- Comment #9 from Rok F ---
(In reply to Ivan B. from comment #8)
> I have the same issue and changing from '<' to '<=' the 'if' condition in
> Window::nextInteractiveMoveGeometry and then patching kwin fixes the freeze.
> However, now windows can be
https://bugs.kde.org/show_bug.cgi?id=500015
--- Comment #8 from Ivan ---
I have the same issue and changing from '<' to '<=' the 'if' condition in
Window::nextInteractiveMoveGeometry and then patching kwin fixes the freeze.
However, now windows can be easily dragged under the top panel and when y
https://bugs.kde.org/show_bug.cgi?id=500015
Ivan changed:
What|Removed |Added
CC||frostygam...@gmail.com
--
You are receiving this mail b
https://bugs.kde.org/show_bug.cgi?id=500015
--- Comment #7 from Rok F ---
(In reply to Markus from comment #5)
> Changing this:
> // sinces nextMoveResizeGeom is fractional, at best it is within
> 1 unit of currentMoveResizeGeom
> if (std::abs(currentMoveResizeGeom.left()
https://bugs.kde.org/show_bug.cgi?id=500015
thewoolys...@gmail.com changed:
What|Removed |Added
CC||thewoolys...@gmail.com
--- Comment #6 f
https://bugs.kde.org/show_bug.cgi?id=500015
--- Comment #5 from Markus ---
Changing this:
// sinces nextMoveResizeGeom is fractional, at best it is within 1
unit of currentMoveResizeGeom
if (std::abs(currentMoveResizeGeom.left() -
nextMoveResizeGeom.left()) < 1.0
https://bugs.kde.org/show_bug.cgi?id=500015
Markus changed:
What|Removed |Added
CC||m4rkus...@web.de
--- Comment #4 from Markus ---
Thank
https://bugs.kde.org/show_bug.cgi?id=500015
--- Comment #3 from Rok F ---
In that "for(;;)" loop in src/window.cpp in Window::nextInteractiveMoveGeometry
the variable currentTry is being updated, but after about 50 or so iterations,
the currentTry vairable (its x, y, left and top properties) stay
https://bugs.kde.org/show_bug.cgi?id=500015
Nicolas Fella changed:
What|Removed |Added
Target Milestone|1.0 |---
Component|"Manage Desktop and Pane
10 matches
Mail list logo