summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r--plugins/TabSRMM/src/sendqueue.cpp2
1 files changed, 1 insertions, 1 deletions
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);