mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Remove WS_VISIBLE bit from correct member
svn path=/trunk/; revision=17758
This commit is contained in:
parent
02471b01a7
commit
704232a50f
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ static LRESULT co_IntDestroyWindow(PWINDOW_OBJECT Window,
|
|||
return 0;
|
||||
}
|
||||
Window->Status |= WINDOWSTATUS_DESTROYING;
|
||||
Window->Flags &= ~WS_VISIBLE;
|
||||
Window->Style &= ~WS_VISIBLE;
|
||||
/* remove the window already at this point from the thread window list so we
|
||||
don't get into trouble when destroying the thread windows while we're still
|
||||
in IntDestroyWindow() */
|
||||
|
|
Loading…
Reference in a new issue