Keys 1, 2, 3, 4, 5, 6 should switch active character in the party but only 1, 2 and 6 work #217
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tested on 64bit linux.
Additionally, it was reported on IRC that on Windows, key "5" also works (but 3 and 4 still don't).
Confirmed on aarch64.
The keyboard event handler simulates a mouseclick over the Party Stats window to switch characters.
In game/boe.actions.cpp: ~1726, increasing offsets into the box works for me
These offsets are prior to scaled window translation by mainPtr.mapCoordsToPixel(pass_point, mainView); so they should work with any scale factor. (tested with 1.000, 2.000, 2.420, 3.000)
Could anything be altering the width of the PC status area, causing the simulated clicks to go to the wrong place? For instance, a status effect changes the name of your character in such a way as to cause the status line to wrap?
Pretty sure the status line does not wrap… it would be cut off if there are too many, I believe.