SerenityOS build: Saturday, September 21
Images 💾⌗
- serenity-x86_64-20240921-dc6c77f.img.gz (Raw image, 221.55 MiB)
Last commit ⭐⌗
commit dc6c77faa2a29d9728a6f69762011dce8138774a
Author: Vinicius Deolindo <andrade.vinicius934@gmail.com>
AuthorDate: Fri Sep 20 22:08:27 2024 -0300
Commit: Nico Weber <thakis@chromium.org>
CommitDate: Fri Sep 20 21:26:56 2024 -0400
Chess: Allow the move record widget's text to be selectable
Previously the widget's `focus_policy` was set to "NoFocus", which
caused the selection to not be properly drawn/updated.
By removing that policy, setting the mode to `ReadOnly` (to have
properly draggable begin-end selections) and resetting the focus back to
the chess board when the user clicks on a visible square, we get the
more intuitive behavior.
Other builds