From e3dc4660e3d9bdf69a094830e97cd664eb7d2f40 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 20 May 2024 20:01:12 +0300 Subject: =?UTF-8?q?fixes=20#4434=20(tabSRMM:=20=D1=81=D0=BE=D0=BE=D0=B1?= =?UTF-8?q?=D1=89=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80=D0=BE=20=D0=BD?= =?UTF-8?q?=D0=B5=D1=83=D0=B4=D0=B0=D0=B2=D1=88=D1=83=D1=8E=D1=81=D1=8F=20?= =?UTF-8?q?=D0=B4=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=BA=D1=83=20=D1=83=D0=B5?= =?UTF-8?q?=D1=85=D0=B0=D0=BB=D0=BE=20=D0=B2=D0=B2=D0=B5=D1=80=D1=85)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/TabSRMM/src/sendqueue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src') diff --git a/plugins/TabSRMM/src/sendqueue.cpp b/plugins/TabSRMM/src/sendqueue.cpp index fe4d158e73..96c810f6ef 100644 --- a/plugins/TabSRMM/src/sendqueue.cpp +++ b/plugins/TabSRMM/src/sendqueue.cpp @@ -389,7 +389,7 @@ void SendQueue::showErrorControls(CMsgDialog *dat, const int showCmd) const if (IsWindow(GetDlgItem(hwndDlg, myerrorControls[i]))) Utils::showDlgControl(hwndDlg, myerrorControls[i], showCmd ? SW_SHOW : SW_HIDE); - SendMessage(hwndDlg, WM_SIZE, 0, 0); + dat->Resize(); dat->DM_ScrollToBottom(0, 1); if (m_jobs[0].hContact != 0) dat->EnableSending(TRUE); -- cgit v1.2.3