diff --git a/changes.txt b/changes.txt index 7f5d89ac..e6286872 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,7 @@ -------------------------- Changes in 1.9 (not yet released) -- Fix bug in rect::clipAgainst that had caused rects completely outside the rect to be clipped against ending up with one corner outside. +- Fix bug in rect::clipAgainst that had caused rects completely outside to the left-top of the rect to be clipped against ending up with both corners outside. + It still worked for UI in most cases as the resulting rectangle still had an area of 0. - Add getAlign functions to IGUIElement - Add optional multitouch support to X11 (but disabled in IrrCompileConfig by default). Thanks @TheBrokenRail for a patch proposal based on example code from esjeon (patch #322). - Slightly changed close window handling on X11 (optimized and avoids problems on some shells). Thanks @TheBrokenRail for a patch (was part of patch #322). diff --git a/tests/tests-last-passed-at.txt b/tests/tests-last-passed-at.txt index 15f31461..09ce1bdc 100644 --- a/tests/tests-last-passed-at.txt +++ b/tests/tests-last-passed-at.txt @@ -1,4 +1,4 @@ Tests finished. 72 tests of 72 passed. Compiled as DEBUG -Test suite pass at GMT Tue Dec 01 13:34:31 2020 +Test suite pass at GMT Thu Feb 11 14:00:00 2021