mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
fix: Clear pattern editor change flag after setting help text
This commit is contained in:
@@ -311,6 +311,7 @@ namespace hex::plugin::builtin {
|
||||
text = "// " + wolv::util::replaceStrings(text, "\n", "\n// ");
|
||||
|
||||
editor.setText(text);
|
||||
editor.setTextChanged(false);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user