ui: Fixed automatic pattern loading, added better pattern browse popup

This commit is contained in:
WerWolv
2021-09-26 21:18:25 +02:00
parent e46807c600
commit 5db608c3fc
13 changed files with 102 additions and 29 deletions

View File

@@ -165,7 +165,7 @@ namespace hex {
code += "};\n";
EventManager::post<RequestAppendPatternLanguageCode>(code);
EventManager::post<RequestSetPatternLanguageCode>(code);
Py_RETURN_NONE;
}