fix: Clear pattern editor change flag after setting help text

This commit is contained in:
WerWolv 2025-11-30 23:57:52 +01:00
parent 4caa0ce570
commit 67008288e2
1 changed files with 1 additions and 0 deletions

View File

@ -311,6 +311,7 @@ namespace hex::plugin::builtin {
text = "// " + wolv::util::replaceStrings(text, "\n", "\n// ");
editor.setText(text);
editor.setTextChanged(false);
});
}