diff options
Diffstat (limited to 'src/core/stdmsg')
| -rw-r--r-- | src/core/stdmsg/src/msgdialog.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/stdmsg/src/msgdialog.cpp b/src/core/stdmsg/src/msgdialog.cpp index d5a9b8b861..f8c4664730 100644 --- a/src/core/stdmsg/src/msgdialog.cpp +++ b/src/core/stdmsg/src/msgdialog.cpp @@ -1149,10 +1149,7 @@ void CMsgDialog::OnOptionsApplied() m_pLog->Clear();
FixTabIcons();
- if (isChat())
- RedrawLog();
- else
- RemakeLog();
+ ScheduleRedrawLog();
}
void CMsgDialog::onSplitterX(CSplitter *pSplitter)
|
