diff --git a/reactos/dll/win32/hhctrl.ocx/help.c b/reactos/dll/win32/hhctrl.ocx/help.c index 17f1eecf7bb..3f3d2ffe518 100644 --- a/reactos/dll/win32/hhctrl.ocx/help.c +++ b/reactos/dll/win32/hhctrl.ocx/help.c @@ -405,10 +405,7 @@ static void SB_GetSizeBarRect(HHInfo *info, RECT *rc) GetClientRect(info->WinType.hwndToolBar, &rectTB); GetClientRect(info->WinType.hwndNavigation, &rectNP); - rc->left = rectNP.right; - rc->top = rectTB.bottom; - rc->bottom = rectWND.bottom - rectTB.bottom; - rc->right = SIZEBAR_WIDTH; + SetRect(rc, rectNP.right, rectTB.bottom, SIZEBAR_WIDTH, rectWND.bottom - rectTB.bottom); } static BOOL HH_AddSizeBar(HHInfo *pHHInfo) diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index 9fdc60d3f36..84cacc86b49 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -69,7 +69,7 @@ reactos/dll/win32/faultrep # Synced to WineStaging-1.9.11 reactos/dll/win32/fontsub # Synced to WineStaging-1.9.13 reactos/dll/win32/fusion # Synced to WineStaging-1.9.11 reactos/dll/win32/gdiplus # Synced to WineStaging-1.9.11 -reactos/dll/win32/hhctrl.ocx # Synced to WineStaging-1.9.11 +reactos/dll/win32/hhctrl.ocx # Synced to WineStaging-1.9.16 reactos/dll/win32/hlink # Synced to WineStaging-1.9.11 reactos/dll/win32/hnetcfg # Synced to WineStaging-1.9.11 reactos/dll/win32/httpapi # Synced to WineStaging-1.9.11