ieframe: Correctly set pfNoRedraw in InPlaceSite_OnInPlaceActivateEx.

This commit is contained in:
Piotr Caban 2014-10-06 10:58:14 +02:00 committed by Alexandre Julliard
parent 964ab4b6f2
commit f85a94f577
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ static HRESULT WINAPI InPlaceSite_OnInPlaceActivateEx(IOleInPlaceSiteEx *iface,
TRACE("(%p)->(%p, %x)\n", This, pfNoRedraw, dwFlags);
/* FIXME: Avoid redraw, when possible */
pfNoRedraw = FALSE;
*pfNoRedraw = FALSE;
if (dwFlags) {
FIXME("dwFlags not supported (%x)\n", dwFlags);