mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-04 11:45:09 +00:00
The selected region in HexEditor is indicated by rendering a different background color for the selected bytes. Previously this background was rendered so that the background rectangles were not contigous between different rows. This caused a high contrast pattern that interfered with the readability of the hexadecimal digits. Now the background is rendered as a single contiguous block.