Commit 247e18fb authored by Alexandre Julliard's avatar Alexandre Julliard

Force invalidating of siblings children on expose event.

parent 6a012e25
......@@ -424,6 +424,7 @@ static void EVENT_Expose( HWND hwnd, XExposeEvent *event )
OffsetRect( &rect, win->rectClient.left, win->rectClient.top );
WIN_UpdateWndPtr( &win, win->parent );
flags &= ~RDW_FRAME; /* parent will invalidate children frame anyway */
flags |= RDW_ALLCHILDREN; /* force invalidating all children of siblings */
}
hwnd = win->hwndSelf;
WIN_ReleaseWndPtr(win);
......
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