summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_toolbar.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-11-04 22:20:53 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-11-04 22:20:53 +0000
commit3ed8130e44a7f076fba9f4957c09920716441f48 (patch)
tree26f9d41bee60b42aa83bcb8e45a8429aace1a7d4 /plugins/Clist_modern/src/modern_toolbar.cpp
parentc5264c855d9576c0580af5c60f71ff1ebf2e1d42 (diff)
crash fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@2200 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_toolbar.cpp')
-rw-r--r--plugins/Clist_modern/src/modern_toolbar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Clist_modern/src/modern_toolbar.cpp b/plugins/Clist_modern/src/modern_toolbar.cpp
index 95ba2715ed..7a0c0d741f 100644
--- a/plugins/Clist_modern/src/modern_toolbar.cpp
+++ b/plugins/Clist_modern/src/modern_toolbar.cpp
@@ -266,6 +266,7 @@ static LRESULT CALLBACK toolbarWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARA
case WM_DESTROY:
xpt_FreeThemeForWindow(hwnd);
+ CallService(MS_SKINENG_REGISTERPAINTSUB, (WPARAM)hwnd, 0);
default:
return 0;