https://bugs.kde.org/show_bug.cgi?id=421082
Tiar <tamtamy.tym...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/775338038 | |26b91afc573b9d249307391c412 | |0902 --- Comment #3 from Tiar <tamtamy.tym...@gmail.com> --- Git commit 77533803826b91afc573b9d249307391c4120902 by Agata Cacko. Committed on 22/08/2021 at 22:49. Pushed by tymond into branch 'master'. 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. M +1 -1 libs/ui/KisWindowLayoutResource.cpp https://invent.kde.org/graphics/krita/commit/77533803826b91afc573b9d249307391c4120902 -- You are receiving this mail because: You are watching all bug changes.