mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
feat: Finish up work on new pl section system
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
namespace hex::plugin::builtin {
|
||||
|
||||
ViewHashes::ViewHashes() : View("hex.builtin.view.hashes.name") {
|
||||
EventManager::subscribe<EventRegionSelected>(this, [this](const Region &) {
|
||||
EventManager::subscribe<EventRegionSelected>(this, [this](const auto &) {
|
||||
for (auto &function : this->m_hashFunctions)
|
||||
function.reset();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user