SerenityOS build: Thursday, May 19
Images 💾⌗
- serenity-i686-20220519-857a767.vdi.gz (VirtualBox VDI, 122 MiB)
- serenity-i686-20220519-857a767.img.gz (Raw image, 122.17 MiB)
Last commit ⭐⌗
commit 857a767ab49b6813707b81d93fab81d524cca574
Author: MacDue <macdue@dueutil.tech>
AuthorDate: Fri May 13 23:56:33 2022 +0100
Commit: Andreas Kling <kling@serenityos.org>
CommitDate: Wed May 18 19:05:18 2022 +0200
WindowServer: Fix crash when hovering over title buttons
This fixes a crash where if you switched to a theme that has hover
icons for title buttons, then back to a theme that does not. Then
when you next hover over the title buttons the window server would
crash.
This was due to the hover_bitmap multi-scale bitmap pointer being
non-null, but not containing any bitmaps, so hitting an assertion
when painting.
Other builds