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

View File

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