diff options
author | George Hazan <ghazan@miranda.im> | 2022-08-16 19:32:25 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-08-16 19:32:25 +0300 |
commit | 6f0bfb5bc1dd9703130af0d65939bc9db839e58e (patch) | |
tree | cdf0fb61852efb006de983eb27a420edf6105974 /plugins | |
parent | 7ac239793b33cfc1e7b04a05080e6d8382a5a8ad (diff) |
fixes #3162 (VoiceService: весь трей моргает при старте и завершении работы Миранды)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/VoiceService/src/frame.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/VoiceService/src/frame.cpp b/plugins/VoiceService/src/frame.cpp index 83367200d3..79b2d9b35a 100644 --- a/plugins/VoiceService/src/frame.cpp +++ b/plugins/VoiceService/src/frame.cpp @@ -668,6 +668,9 @@ public: void Refresh() { + if (m_calls.GetCount() == calls.getCount()) + return; + m_calls.SendMsg(WM_SETREDRAW, FALSE, 0); m_calls.ResetContent(); |