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

Halla Rempt <ha...@valdyas.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
                   |hics/krita/commit/775338038 |hics/krita/commit/09637ff85
                   |26b91afc573b9d249307391c412 |051abb251df766a8c598691fe54
                   |0902                        |64d1

--- Comment #4 from Halla Rempt <ha...@valdyas.org> ---
Git commit 09637ff85051abb251df766a8c598691fe5464d1 by Halla Rempt, on behalf
of Agata Cacko.
Committed on 23/08/2021 at 08:57.
Pushed by rempt into branch 'krita/5.0'.

Fix typo in WindowLayoutResource sort screens lambda

Before this commit, if the screens had different X values,
the return value would be always false because the lambda
checked aRect.y() < aRect.y() which can never be true since
it's the same value on both sides.

This commit fixes it by replacing one of them with bRect.y().
The direction is consistent with the previous line.
(cherry picked from commit 77533803826b91afc573b9d249307391c4120902)

M  +1    -1    libs/ui/KisWindowLayoutResource.cpp

https://invent.kde.org/graphics/krita/commit/09637ff85051abb251df766a8c598691fe5464d1

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

Reply via email to