summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-01-19 21:12:50 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-01-19 21:12:50 +0000
commit6b4cfc3055b541413333c8af4a3b141027a4daa9 (patch)
treea480110557ac902ea6011210ac2e1595e246a8a9
parent3eae6c63137fcbe508f783eb86cff57c2db6fcd7 (diff)
forgotten icons' headers recalculation
git-svn-id: http://svn.miranda-ng.org/main/trunk@7779 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--src/modules/chat/chat_svc.cpp3
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;