fix: improved pattern editor task handling

This commit is contained in:
paxcut
2026-04-01 21:20:31 -07:00
parent 3a8f19cc90
commit 65aecd1c1e
4 changed files with 31 additions and 19 deletions

View File

@@ -155,7 +155,7 @@ namespace hex::plugin::builtin {
PerProvider<std::list<EnvVar>> m_envVarEntries;
PerProvider<TaskHolder> m_analysisTask;
TaskHolder m_analysisTask;
PerProvider<bool> m_shouldAnalyze;
PerProvider<bool> m_breakpointHit;
PerProvider<bool> m_debuggerActive;