From d8348065cbeb4c23f5594e4cabed7094a8e2e430 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 19 Mar 2013 20:50:49 +0000 Subject: - mir_unsubclassWindow introduced for the explicit window unsubclassing; - fix for subclassing in SRMM event handlers git-svn-id: http://svn.miranda-ng.org/main/trunk@4117 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SpellChecker/src/utils.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/SpellChecker/src') diff --git a/plugins/SpellChecker/src/utils.cpp b/plugins/SpellChecker/src/utils.cpp index 77d31a381f..55abea5848 100644 --- a/plugins/SpellChecker/src/utils.cpp +++ b/plugins/SpellChecker/src/utils.cpp @@ -992,6 +992,7 @@ int RemoveContactTextBox(HWND hwnd) KillTimer(hwnd, TIMER_ID); + mir_unsubclassWindow(hwnd, EditProc); dialogs.erase(hwnd); if (dlg->hwnd_owner != NULL) dialogs.erase(dlg->hwnd_owner); -- cgit v1.2.3