Enables showing of hidden windows when the app ask *only* to maximize it.
This commit is contained in:
parent
7901c0b505
commit
7d0968e03b
|
@ -1255,8 +1255,7 @@ UINT WINPOS_MinMaximize( WND* wndPtr, UINT16 cmd, LPRECT16 lpRect )
|
||||||
if( wndPtr->dwStyle & WS_MINIMIZE )
|
if( wndPtr->dwStyle & WS_MINIMIZE )
|
||||||
{
|
{
|
||||||
if( wndPtr->flags & WIN_NATIVE )
|
if( wndPtr->flags & WIN_NATIVE )
|
||||||
if( wndPtr->pDriver->pSetHostAttr( wndPtr, HAK_ICONICSTATE, FALSE ) )
|
wndPtr->pDriver->pSetHostAttr( wndPtr, HAK_ICONICSTATE, FALSE );
|
||||||
swpFlags |= MINMAX_NOSWP;
|
|
||||||
|
|
||||||
WINPOS_ShowIconTitle( wndPtr, FALSE );
|
WINPOS_ShowIconTitle( wndPtr, FALSE );
|
||||||
wndPtr->dwStyle &= ~WS_MINIMIZE;
|
wndPtr->dwStyle &= ~WS_MINIMIZE;
|
||||||
|
|
Loading…
Reference in New Issue