mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Revert 28351. The bug lies elsewhere
svn path=/trunk/; revision=28373
This commit is contained in:
@@ -491,7 +491,7 @@ MessageBoxTimeoutIndirectW(
|
||||
txtrect.right = GetSystemMetrics(SM_CXSCREEN) / 5 * 4;
|
||||
if(Icon)
|
||||
txtrect.right -= GetSystemMetrics(SM_CXICON) + MSGBOXEX_SPACING;
|
||||
txtrect.top = txtrect.left = txtrect.bottom = 5;
|
||||
txtrect.top = txtrect.left = txtrect.bottom = 0;
|
||||
SelectObject(hDC, hFont);
|
||||
if (textlen != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user