wxHexEditor
wxHexEditor copied to clipboard
Make Wayland compatible
With Wayland, wxHexEditor is not so usable.
I think it's related with that https://github.com/wxWidgets/Phoenix/issues/743
For those who are seeking for a quick workaround, you can make it works by forcing GDK to use its X11 backend instead of Wayland:
GDK_BACKEND=x11 wxHexEditor
:)
On Wayland, on 0.24, GDK_BACKEND=x11 is necessary for the hex panel to refresh on scroll.
@istepaniuk yup, it's fixed. You can report any other Wayland issues if you find any at git trunk version.