mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
- Total commander crashes after pressing any key, see bug 2292.
svn path=/trunk/; revision=38363
This commit is contained in:
parent
873c2a2f8e
commit
15381523f2
1 changed files with 2 additions and 0 deletions
|
@ -1324,6 +1324,8 @@ co_WinPosShowWindow(PWINDOW_OBJECT Window, INT Cmd)
|
||||||
ASSERT_REFS_CO(Window);
|
ASSERT_REFS_CO(Window);
|
||||||
Wnd = Window->Wnd;
|
Wnd = Window->Wnd;
|
||||||
|
|
||||||
|
if (!Wnd) return FALSE;
|
||||||
|
|
||||||
WasVisible = (Wnd->Style & WS_VISIBLE) != 0;
|
WasVisible = (Wnd->Style & WS_VISIBLE) != 0;
|
||||||
|
|
||||||
switch (Cmd)
|
switch (Cmd)
|
||||||
|
|
Loading…
Reference in a new issue