diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-30 12:03:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-30 12:03:09 +0000 |
commit | dafcac872a4631fef8d3ba4c8e895e4316b88814 (patch) | |
tree | 20596125354c65d1e6858d249ab17abb1dbb6e56 /plugins/Clist_modern/src/modern_cluiframes.cpp | |
parent | 94e565e4774327b30af368e7aa3bfc0c7cace5b9 (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@1274 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_cluiframes.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_cluiframes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_cluiframes.cpp b/plugins/Clist_modern/src/modern_cluiframes.cpp index 9f0edf0a11..486ce0f4e7 100644 --- a/plugins/Clist_modern/src/modern_cluiframes.cpp +++ b/plugins/Clist_modern/src/modern_cluiframes.cpp @@ -2146,7 +2146,7 @@ static int CLUIFrameMoveResize(const FRAMEWND *Frame) {
SetWindowPos(Frame->OwnerWindow,NULL,Frame->wndSize.left+Off.x,Frame->wndSize.top+Off.y,
Frame->wndSize.right-Frame->wndSize.left,
- Frame->wndSize.bottom-Frame->wndSize.top,SWP_NOZORDER|SWP_NOACTIVATE ); //- -= -=
+ Frame->wndSize.bottom-Frame->wndSize.top,SWP_NOZORDER|SWP_NOACTIVATE ); //- -= -=
SetWindowPos(Frame->hWnd,NULL,0,0,
Frame->wndSize.right-Frame->wndSize.left,
|