ImHex icon indicating copy to clipboard operation
ImHex copied to clipboard

[Bug] Hovering on array with static elements prompting same values

Open rsp4jack opened this issue 9 months ago • 0 comments

Operating System

Linux

What's the issue you encountered?

Image Image Image Image

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.

rsp4jack avatar Jul 13 '25 22:07 rsp4jack