mirror of https://github.com/WerWolv/ImHex
fix: Clear pattern editor change flag after setting help text
This commit is contained in:
parent
4caa0ce570
commit
67008288e2
|
|
@ -311,6 +311,7 @@ namespace hex::plugin::builtin {
|
|||
text = "// " + wolv::util::replaceStrings(text, "\n", "\n// ");
|
||||
|
||||
editor.setText(text);
|
||||
editor.setTextChanged(false);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue