ui: display dirty message + prune it afterall

* should reopen #1
* message checking again WIP
This commit is contained in:
citizen-VM 2020-08-24 21:16:27 +02:00
parent 59605107c2
commit e1688c9b84
Signed by: wanderer
GPG Key ID: 6391444A736EEE7E

View File

@ -331,7 +331,8 @@ namespace KRY_0x01_ng
string resulting_digraph = ech1.ToString() + ech2.ToString();
message += resulting_digraph;
}
textBox12.Text = message;
textBox13.Text = message;
message = restore_order(message);
return;
}