mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:13:03 +00:00
[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:
parent
49363e72c9
commit
c77efa29ff
8 changed files with 46 additions and 47 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue