diff options
| author | George Hazan <george.hazan@gmail.com> | 2023-09-28 20:34:35 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2023-09-28 20:34:35 +0300 |
| commit | bb4f90d0ee557ba9da2d866b89363e58920f9500 (patch) | |
| tree | 334271788cc5fe75c716a32fdaf5545d45a01b0e /plugins | |
| parent | 9243bce2213d16bc7963c206fa76cf18f644bb6b (diff) | |
fixes #3691 (tabSRMM: перестала работать настройка "Фон журнала")
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/Scriver/src/msgutils.cpp | 2 | ||||
| -rw-r--r-- | plugins/TabSRMM/src/generic_msghandlers.cpp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Scriver/src/msgutils.cpp b/plugins/Scriver/src/msgutils.cpp index b51a30d967..026aedf664 100644 --- a/plugins/Scriver/src/msgutils.cpp +++ b/plugins/Scriver/src/msgutils.cpp @@ -296,6 +296,8 @@ void CMsgDialog::NotifyTyping(int mode) void CMsgDialog::OnOptionsApplied() { + CSuper::OnOptionsApplied(); + GetAvatar(); UpdateTitle(); UpdateStatusBar(); 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();
|
