From 81afea3f11e1d51023a5bbd333d327452cf7e2d3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 13 May 2016 18:18:50 +0000 Subject: missing window unsubclassing git-svn-id: http://svn.miranda-ng.org/main/trunk@16824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SpellChecker/src/utils.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/SpellChecker/src') diff --git a/plugins/SpellChecker/src/utils.cpp b/plugins/SpellChecker/src/utils.cpp index 808f16a623..605fec74c6 100644 --- a/plugins/SpellChecker/src/utils.cpp +++ b/plugins/SpellChecker/src/utils.cpp @@ -961,6 +961,9 @@ int RemoveContactTextBox(HWND hwnd) KillTimer(hwnd, TIMER_ID); mir_unsubclassWindow(hwnd, EditProc); + if (dlg->hwnd_owner) + mir_unsubclassWindow(dlg->hwnd_owner, OwnerProc); + dialogs.erase(hwnd); if (dlg->hwnd_owner != NULL) dialogs.erase(dlg->hwnd_owner); -- cgit v1.2.3