Commit 8cc20f8f authored by Susan Farley's avatar Susan Farley Committed by Alexandre Julliard

Always restore the bit_gravity to BGForget after using BGNorthwest to

copy bits during SetWindowPos.
parent 69f4045b
......@@ -2846,11 +2846,10 @@ Pos: /* -----------------------------------------------------------------------
}
wndPtr->pDriver->pSetHostAttr(wndPtr, HAK_BITGRAVITY, BGNorthWest );
}
else
wndPtr->pDriver->pSetHostAttr(wndPtr, HAK_BITGRAVITY, BGForget );
}
wndPtr->pDriver->pSetWindowPos(wndPtr, &winpos, bChangePos);
wndPtr->pDriver->pSetHostAttr(wndPtr, HAK_BITGRAVITY, BGForget );
winpos.hwndInsertAfter = tempInsertAfter;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment