mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
fix: UDP Providers not being marked as dirty when data is received
This commit is contained in:
@@ -27,6 +27,8 @@ namespace hex::plugin::builtin {
|
||||
std::vector(data.begin(), data.end()),
|
||||
std::chrono::system_clock::now()
|
||||
);
|
||||
|
||||
this->markDirty();
|
||||
}
|
||||
|
||||
u64 UDPProvider::getActualSize() const {
|
||||
|
||||
Reference in New Issue
Block a user