summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/fonts.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-04-13 11:42:13 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-04-13 11:42:13 +0300
commit9c6f173f42dff74fbdfd9db12756a3fb56cb95dc (patch)
treef541210a4ddf630732f20cff6099958874a02dae /plugins/NewStory/src/fonts.cpp
parent564bb12e16997964fc2d92a6b5a15937894115fa (diff)
NewStory: fix for possible crash on exit
Diffstat (limited to 'plugins/NewStory/src/fonts.cpp')
-rw-r--r--plugins/NewStory/src/fonts.cpp2
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;
}