Force invalidating of siblings children on expose event.
This commit is contained in:
parent
6a012e2502
commit
247e18fb14
|
@ -424,6 +424,7 @@ static void EVENT_Expose( HWND hwnd, XExposeEvent *event )
|
||||||
OffsetRect( &rect, win->rectClient.left, win->rectClient.top );
|
OffsetRect( &rect, win->rectClient.left, win->rectClient.top );
|
||||||
WIN_UpdateWndPtr( &win, win->parent );
|
WIN_UpdateWndPtr( &win, win->parent );
|
||||||
flags &= ~RDW_FRAME; /* parent will invalidate children frame anyway */
|
flags &= ~RDW_FRAME; /* parent will invalidate children frame anyway */
|
||||||
|
flags |= RDW_ALLCHILDREN; /* force invalidating all children of siblings */
|
||||||
}
|
}
|
||||||
hwnd = win->hwndSelf;
|
hwnd = win->hwndSelf;
|
||||||
WIN_ReleaseWndPtr(win);
|
WIN_ReleaseWndPtr(win);
|
||||||
|
|
Loading…
Reference in New Issue