diff options
author | George Hazan <george.hazan@gmail.com> | 2013-02-04 14:57:59 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-02-04 14:57:59 +0000 |
commit | c16e8e071b0b84bfb4ed58d22779e3052b8407d3 (patch) | |
tree | e83a4eb5fa8857170b789fd0b0db4faf7b0896d6 /plugins/TopToolBar/src/ttbopt.cpp | |
parent | 7e1f3d714aa1cfd09293b5b7da949460ee983fad (diff) |
fix for always visible TopToolBar frame
fixes #74
git-svn-id: http://svn.miranda-ng.org/main/trunk@3421 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/src/ttbopt.cpp')
-rw-r--r-- | plugins/TopToolBar/src/ttbopt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TopToolBar/src/ttbopt.cpp b/plugins/TopToolBar/src/ttbopt.cpp index 8ce57aea76..5055ae2639 100644 --- a/plugins/TopToolBar/src/ttbopt.cpp +++ b/plugins/TopToolBar/src/ttbopt.cpp @@ -141,7 +141,7 @@ static void RecreateWindows() }
if (g_ctrl->hWnd)
- PostMessage(g_ctrl->hWnd, TTB_UPDATEFRAMEVISIBILITY, TRUE, 0);
+ PostMessage(g_ctrl->hWnd, TTB_UPDATEFRAMEVISIBILITY, 0, 0);
}
/////////////////////////////////////////////////////////////////////////////////////////
|