From e8096c13782500587c1396d0c296cdddee10089b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 30 Mar 2020 21:58:30 +0300 Subject: fixes #2278 (TabSRMM cannot drop file to input area) --- plugins/Scriver/src/msgdialog.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/Scriver/src') diff --git a/plugins/Scriver/src/msgdialog.cpp b/plugins/Scriver/src/msgdialog.cpp index f119bc4458..6ad1230ffe 100644 --- a/plugins/Scriver/src/msgdialog.cpp +++ b/plugins/Scriver/src/msgdialog.cpp @@ -259,8 +259,6 @@ bool CMsgDialog::OnInitDialog() m_message.SendMsg(EM_EXLIMITTEXT, 0, nMax); } - // get around a lame bug in the Windows template resource code where richedits are limited to 0x7FFF - ::DragAcceptFiles(m_message.GetHwnd(), TRUE); CreateInfobar(); if (isChat()) { -- cgit v1.2.3