diff --git a/source/views/view_hexeditor.cpp b/source/views/view_hexeditor.cpp index d10ffcc53..9aeaa9957 100644 --- a/source/views/view_hexeditor.cpp +++ b/source/views/view_hexeditor.cpp @@ -476,6 +476,7 @@ namespace hex { View::postEvent(Events::FileLoaded); View::postEvent(Events::DataChanged); + View::postEvent(Events::PatternChanged); ProjectFile::markDirty(); }