From f9c7760f54c279327a977b0cb5ee028c8f0c0bfb Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 1 Dec 2016 20:51:42 +0300 Subject: more fixes --- plugins/TabSRMM/src/containeroptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src/containeroptions.cpp') diff --git a/plugins/TabSRMM/src/containeroptions.cpp b/plugins/TabSRMM/src/containeroptions.cpp index c3adeb98e6..b8c57dd415 100644 --- a/plugins/TabSRMM/src/containeroptions.cpp +++ b/plugins/TabSRMM/src/containeroptions.cpp @@ -93,7 +93,7 @@ void TSAPI ApplyContainerSetting(TContainerData *pContainer, DWORD flags, UINT m if (fForceResize) SendMessage(pContainer->hwnd, WM_SIZE, 0, 1); - BroadCastContainer(pContainer, DM_BBNEEDUPDATE, 0, 0); + BroadCastContainer(pContainer, WM_CBD_UPDATED, 0, 0); } #define NR_O_PAGES 10 -- cgit v1.2.3