https://bugs.winehq.org/show_bug.cgi?id=42563
--- Comment #4 from Rafał Mużyło galtgendo@o2.pl --- Well, technically, much of it is an aesthetic problem.
The changes of the patch:
1. IMHO, it makes no sense for the hexview component to use anything but monospaced font or its closest possible emulation (so, ExtTextOutW)
2. the last line of the hexview, if it's shorter than the preceding lines, isn't properly justified (that is, hex part doesn't start in the same column as previous lines)
3. TBH, I can't really recall anymore what exactly does SetCaretPos change does (too much time since the patch was written), but I *think* it was something about caret behavior when the line was is long enough to not fit into the unscrollable widget...it's likely something obvious...