diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-17 20:55:35 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-17 20:55:35 +0000 |
commit | 6c0a4e3a07f07ae80e554249814e4e5eef446427 (patch) | |
tree | 47c75aca6e38581b37f65e0b975c22cf3f000158 /plugins/Clist_modern/src/modern_clui.cpp | |
parent | b1993e41ef35eb327e326ee2607736bfb7982154 (diff) |
minor code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@7264 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_clui.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_clui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_clui.cpp b/plugins/Clist_modern/src/modern_clui.cpp index 0081ff777d..ea52ee2b54 100644 --- a/plugins/Clist_modern/src/modern_clui.cpp +++ b/plugins/Clist_modern/src/modern_clui.cpp @@ -1763,7 +1763,7 @@ LRESULT CLUI::OnSizingMoving(UINT msg, WPARAM wParam, LPARAM lParam) //reposition buttons and new size applying
{
ModernSkinButton_ReposButtons( m_hWnd, SBRF_DO_NOT_DRAW, &work_rect );
- ske_PrepeareImageButDontUpdateIt(&work_rect);
+ ske_PrepareImageButDontUpdateIt(&work_rect);
g_CluiData.mutexPreventDockMoving = 0;
ske_UpdateWindowImageRect(&work_rect);
EndDeferWindowPos(PosBatch);
|