[RAPPS_NEW][EXPLORER][RSHELL][BROWSEUI]

- Use ATL::CWindow methods where appropriate. By Benedikt Freisen.
CORE-9675 #resolve

svn path=/trunk/; revision=68361
This commit is contained in:
Thomas Faber 2015-07-06 19:38:22 +00:00
parent 49363e72c9
commit c77efa29ff
8 changed files with 46 additions and 47 deletions

View file

@ -1790,7 +1790,7 @@ public:
RECT* prcMinRect = (RECT*) lParam;
RECT rcItem, rcToolbar;
m_TaskBar.GetItemRect(TaskItem->Index, &rcItem);
::GetWindowRect(m_TaskBar.m_hWnd, &rcToolbar);
m_TaskBar.GetWindowRect(&rcToolbar);
OffsetRect(&rcItem, rcToolbar.left, rcToolbar.top);