From 9c6f173f42dff74fbdfd9db12756a3fb56cb95dc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 13 Apr 2020 11:42:13 +0300 Subject: NewStory: fix for possible crash on exit --- plugins/NewStory/src/fonts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewStory/src/fonts.cpp') diff --git a/plugins/NewStory/src/fonts.cpp b/plugins/NewStory/src/fonts.cpp index eb389738aa..4c668411f5 100644 --- a/plugins/NewStory/src/fonts.cpp +++ b/plugins/NewStory/src/fonts.cpp @@ -43,7 +43,7 @@ int evtFontsChanged(WPARAM, LPARAM) it.hfnt = CreateFontIndirectA(&it.lf); } - // WindowList_Broadcast(hNewstoryWindows, UM_REDRAWLISTH, 0, 0); + WindowList_Broadcast(hNewstoryWindows, UM_REDRAWLISTH, 0, 0); return 0; } -- cgit v1.2.3