From 6f0bfb5bc1dd9703130af0d65939bc9db839e58e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 16 Aug 2022 19:32:25 +0300 Subject: =?UTF-8?q?fixes=20#3162=20(VoiceService:=20=D0=B2=D0=B5=D1=81?= =?UTF-8?q?=D1=8C=20=D1=82=D1=80=D0=B5=D0=B9=20=D0=BC=D0=BE=D1=80=D0=B3?= =?UTF-8?q?=D0=B0=D0=B5=D1=82=20=D0=BF=D1=80=D0=B8=20=D1=81=D1=82=D0=B0?= =?UTF-8?q?=D1=80=D1=82=D0=B5=20=D0=B8=20=D0=B7=D0=B0=D0=B2=D0=B5=D1=80?= =?UTF-8?q?=D1=88=D0=B5=D0=BD=D0=B8=D0=B8=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D1=8B=20=D0=9C=D0=B8=D1=80=D0=B0=D0=BD=D0=B4=D1=8B)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/VoiceService/src/frame.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/VoiceService') 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(); -- cgit v1.2.3