fix: Data inspector not updating when reloading file changes

Fixes #2451
This commit is contained in:
WerWolv
2025-09-16 23:34:38 +02:00
parent 75efe39298
commit ca0b232ada

View File

@@ -7,6 +7,7 @@
#include <hex/api/project_file_manager.hpp>
#include <hex/api/task_manager.hpp>
#include <hex/api/events/requests_gui.hpp>
#include <hex/api/events/events_interaction.hpp>
#include <banners/banner_button.hpp>
#include <toasts/toast_notification.hpp>
@@ -375,6 +376,7 @@ namespace hex::plugin::builtin {
getUndoStack().reapply();
m_changeEventAcknowledgementPending = false;
EventDataChanged::post(this);
});
}