From bb4f90d0ee557ba9da2d866b89363e58920f9500 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 28 Sep 2023 20:34:35 +0300 Subject: =?UTF-8?q?fixes=20#3691=20(tabSRMM:=20=D0=BF=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D0=BB=D0=B0=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=B0=D1=82=D1=8C=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B0=20"=D0=A4=D0=BE=D0=BD=20=D0=B6=D1=83=D1=80=D0=BD?= =?UTF-8?q?=D0=B0=D0=BB=D0=B0")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/TabSRMM/src/generic_msghandlers.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/TabSRMM/src') diff --git a/plugins/TabSRMM/src/generic_msghandlers.cpp b/plugins/TabSRMM/src/generic_msghandlers.cpp index 618661c0ef..16f49c55ac 100644 --- a/plugins/TabSRMM/src/generic_msghandlers.cpp +++ b/plugins/TabSRMM/src/generic_msghandlers.cpp @@ -842,6 +842,8 @@ void CMsgDialog::DM_NotifyTyping(int mode) void CMsgDialog::OnOptionsApplied() { + CSuper::OnOptionsApplied(); + m_szMicroLf[0] = 0; if (!m_pContainer->m_theme.isPrivate) { m_pContainer->LoadThemeDefaults(); -- cgit v1.2.3