Fixed: Color sometimes changes to the right of the selected area

Bug reports concerning HxD.
Post Reply
Homer
Posts: 16
Joined: 22 Aug 2017 16:32

Fixed: Color sometimes changes to the right of the selected area

Post by Homer »

HxD 2.0.0.0 (03 Nov 2017, 01:13 CET)

Good:
good
good
188.png (108.65 KiB) Viewed 5680 times
Bad:
bad
bad
192.png (106.83 KiB) Viewed 5680 times
Maël
Site Admin
Posts: 1455
Joined: 12 Mar 2005 14:15

Re: Color sometimes changes to the right of the selected area

Post by Maël »

Thanks for the clear report.

To trigger the bug, you need to have scrolled horizontally apparently.

A simpler testcase is this:
32 bytes per row, byte groups of size 4.

Scrolling one bytegroup to the right (first visible column is 0x04).
Selecting any column (for example 0x08 to 0x0C), then pressing F5.
Selecting part of any column (for example 0x08 to 0x0B) causes related but slightly different drawing bugs.


Another interesting testcase:
32 bytes per row, byte groups of size 4.
(No scrolling yet.)
Select bytes 0x1 to 0x2. With each scrolling the color after the selection change, but this time part of each column is colored differently. The parts of each column switch their colors too, when you scroll further.
Maël
Site Admin
Posts: 1455
Joined: 12 Mar 2005 14:15

Re: Color sometimes changes to the right of the selected area

Post by Maël »

Should be fixed in the latest release.
https://mh-nexus.de/downloads/HxDSetup.zip

Please confirm.
Post Reply