ImHex
ImHex copied to clipboard
[Bug] Hovering on array with static elements prompting same values
Operating System
Linux
What's the issue you encountered?
How can the issue be reproduced?
struct record {
u16 x;
u16 y;
} [[static]];
record rec[10] @ 0;
ImHex Version
b94519362ced03aeb0b5a1820564e8cad2ceb6a1
ImHex Build Type
- [x] Nightly or built from sources
Installation type
workflow appimage
Additional context?
Removing [[static]] makes it work.