mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Data inspector not updating when reloading file changes
Fixes #2451
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user