Open gcarreno opened 2 weeks ago
Can reproduce, but only with gtk2. No problem with qt5.
Hey WP(@wp-xyz),
UFFF, that's good new that you can reproduce. Thanks !!
Cheers, Gus
KeyDown
handler of TCustomMPHexEditor
did not set handled key codes to 0. Adding Key:=0
fixes the issue (well - maybe: "works around" the issue...). My first attempt to put this at the end of KeyDown
was too aggressive and broke editing features of the component. Now I added it only to the up/down key presses.
Hey WP(@wp-xyz),
While doing one of the previous PR
s I think I tested the most recent code and, If my memory doesn't fail me, the GTK2
version was performing as expected.
So, at least for me, this pretty much closes this issue. But if you have something else you wanna test and leave this one as a reminder, I'm good with that. If not, then please close it.
And many thanks for making the effort !!! Greatly appreciated !!
Cheers, Gus
Hey @wp-xyz,
If you download any of the Linux builds from: Gus Hex Releases, you'll notice that if you use the down arrow ( not tested the up arrow ), the indicator on the HEX pane goes a bit bonkers, like disappears, and then no arrow key will work again.
Minor stuff, but it's a bit annoying :stuck_out_tongue_winking_eye:
Cheers, Gus