Assign TAdvRichEditor.Text duplicate newlines

Sad.

Try this :

  1. Start the app, click "Open Editor"
  2. Add a line and a NewLine, so you get something like :
MainMemo[#13#10]
Second Line[#13#10]
  1. Close editor (the checkbox should be checked)
  2. Open the editor again

A blank line should have appeared between the two lines.