Fix red text color persisting from message overflow highlight (#4204)

Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
kornes
2022-12-03 11:10:11 +00:00
committed by GitHub
parent 188782ddca
commit db12693a27
4 changed files with 23 additions and 18 deletions
+1
View File
@@ -2,6 +2,7 @@
## Unversioned
- Bugfix: Fixed message input showing as red after removing a message that was more than 500 characters. (#4204)
- Bugfix: Fixed unnecessary saving of windows layout. (#4201)
- Dev: Ignore `WM_SHOWWINDOW` hide events, causing fewer attempted rescales. (#4198)