If cSkins::Message() is called from a background thread and Type is not mtStatus, the call is now automatically forwarded to QueueMessage()

This commit is contained in:
Klaus Schmidinger
2019-05-29 16:44:55 +02:00
parent 712523f004
commit 0873d14614
3 changed files with 10 additions and 3 deletions

View File

@@ -9415,3 +9415,5 @@ Video Disk Recorder Revision History
- Fixed inconsistent behavior in case only certain devices are used (selected by the '-D'
option).
- Fixed a wrong variable name in cFileName::cFileName().
- If cSkins::Message() is called from a background thread and Type is not mtStatus,
the call is now automatically forwarded to QueueMessage().