You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had an issue where the background color was defaulting to black when no color was specified. This was due to ForeColor and BackColor in 'RTF2Html.cs -> class Format' being set to black and white.
Change their defaults to Color.Empty and do the same in Reset() to fix this issue.
The text was updated successfully, but these errors were encountered:
I had an issue where the background color was defaulting to black when no color was specified. This was due to ForeColor and BackColor in 'RTF2Html.cs -> class Format' being set to black and white.
Change their defaults to Color.Empty and do the same in Reset() to fix this issue.
The text was updated successfully, but these errors were encountered: