fix: Synchronized scrolling not working correctly

This commit is contained in:
WerWolv
2023-12-24 00:06:16 +01:00
parent 020efefb25
commit 65e2f1b5af
5 changed files with 68 additions and 16 deletions

View File

@@ -38,7 +38,7 @@ namespace hex {
}
const T& get(prv::Provider *provider = ImHexApi::Provider::get()) const {
return m_data[provider];
return m_data.at(provider);
}
void set(const T &data, prv::Provider *provider = ImHexApi::Provider::get()) {