mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
fix: Data inspector not updating correctly when data has changed
Fixes #1545
This commit is contained in:
@@ -29,8 +29,10 @@ namespace hex::plugin::builtin {
|
||||
};
|
||||
|
||||
private:
|
||||
void invalidateData();
|
||||
void updateInspectorRows();
|
||||
|
||||
|
||||
private:
|
||||
bool m_shouldInvalidate = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user