Dax89 / QHexView

A versatile Hexadecimal widget for Qt5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QHexDocument m_baseaddress not used

ragundo opened this issue · comments

Defined, initialized in constructor, get/set method, but not used at all in the code
If you need to show a memory range not starting at zero, it doesn't work.
Strange because of #2

Widget has been reimplemented a lot of times since that bug report, I will take care of m_baseaddress during painting.

Thanks for reporting!