mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:16:04 +00:00
[EXPLORER] -Remove a debug print that wasn't supposed to be committed.
svn path=/trunk/; revision=74238
This commit is contained in:
parent
9ca6144945
commit
878152ec5b
1 changed files with 0 additions and 1 deletions
|
@ -1641,7 +1641,6 @@ ChangePos:
|
|||
case ABE_BOTTOM:
|
||||
rebarRect.top = rebarRect.bottom - (pRect->bottom - pRect->top - margins.cy);
|
||||
::SendMessageW(m_Rebar, RB_SIZETORECT, RBSTR_CHANGERECT, (LPARAM)&rebarRect);
|
||||
ERR("rebarRect: %d, %d, %d,%d\n", rebarRect.top, rebarRect.left, rebarRect.right, rebarRect.bottom);
|
||||
pRect->top = pRect->bottom - (rebarRect.bottom - rebarRect.top + margins.cy);
|
||||
break;
|
||||
case ABE_LEFT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue