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
- Fixed a bug where cross-thread log messages during form construction caused `System.InvalidOperationException` due to premature access of the RichTextBox.
6
-
7
-
### Contributors
8
-
9
-
-[Steffen S. Hellestøl](https://github.com/SteffenSH)
5
+
- Fixed performance issues when logging large numbers of complex messages that could cause application freezing.
6
+
- Fixed `ArgumentOutOfRangeException` thrown from `RtfBuilder.Clear()`
- Fixed a bug where cross-thread log messages during form construction caused `System.InvalidOperationException` due to premature access of the RichTextBox.
27
+
- Fixed performance issues when logging large numbers of complex messages that could cause application freezing.
28
+
- Fixed `ArgumentOutOfRangeException` thrown from `RtfBuilder.Clear()`
0 commit comments