summaryrefslogtreecommitdiff
path: root/plugins/VoiceService
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-08-16 19:32:25 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-08-16 19:32:25 +0300
commit6f0bfb5bc1dd9703130af0d65939bc9db839e58e (patch)
treecdf0fb61852efb006de983eb27a420edf6105974 /plugins/VoiceService
parent7ac239793b33cfc1e7b04a05080e6d8382a5a8ad (diff)
fixes #3162 (VoiceService: весь трей моргает при старте и завершении работы Миранды)
Diffstat (limited to 'plugins/VoiceService')
-rw-r--r--plugins/VoiceService/src/frame.cpp3
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();