Saveyour-Team / Saveyour

https://saveyour.herokuapp.com/
Apache License 2.0
1 stars 0 forks source link

Updater RichTextBox not properly displaying details of update #17

Closed justin-guan closed 9 years ago

justin-guan commented 9 years ago

The RichTextBox found in the Updater details window is not displaying any text. It should be displaying the text found in the description tag of the SaveyourUpdaterXML found in the Release repository on GitHub. This is likely occurring due to incorrect usage of changing RichTextBox Content.

justin-guan commented 9 years ago

Added use of flowDoc to change the text in the RichTextBox. The RichTextBox now will change according to the description in the XML file.