diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-13 11:42:13 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-13 11:42:13 +0300 |
commit | 9c6f173f42dff74fbdfd9db12756a3fb56cb95dc (patch) | |
tree | f541210a4ddf630732f20cff6099958874a02dae /plugins/NewStory/src/fonts.cpp | |
parent | 564bb12e16997964fc2d92a6b5a15937894115fa (diff) |
NewStory: fix for possible crash on exit
Diffstat (limited to 'plugins/NewStory/src/fonts.cpp')
-rw-r--r-- | plugins/NewStory/src/fonts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |