diff options
-rw-r--r-- | src/modules/chat/chat_svc.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/chat/chat_svc.cpp b/src/modules/chat/chat_svc.cpp index e38da6069c..bae1a2016e 100644 --- a/src/modules/chat/chat_svc.cpp +++ b/src/modules/chat/chat_svc.cpp @@ -75,6 +75,9 @@ static int FontsChanged(WPARAM wParam, LPARAM lParam) LoadGlobalSettings();
LoadLogFonts();
+ FreeMsgLogBitmaps();
+ LoadMsgLogBitmaps();
+
SetIndentSize();
g_Settings->bLogIndentEnabled = (db_get_b(NULL, "Chat", "LogIndentEnabled", 1) != 0) ? TRUE : FALSE;
|