mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
sys: Replace the terrible event manager with a much better one
This commit is contained in:
@@ -163,7 +163,7 @@ namespace hex {
|
||||
|
||||
code += "};\n";
|
||||
|
||||
View::postEvent(Events::AppendPatternLanguageCode, code.c_str());
|
||||
EventManager::post<RequestAppendPatternLanguageCode>(code);
|
||||
|
||||
Py_RETURN_NONE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user