mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-23 15:46:18 +00:00
Fixed: Unable to debug Ryzom while client is in fullscreen (bug with Windows 10?)
--HG-- branch : develop
This commit is contained in:
parent
c6ea264f24
commit
1b211566bb
1 changed files with 2 additions and 0 deletions
|
@ -1738,7 +1738,9 @@ bool CDriverGL::setWindowStyle(EWindowStyle windowStyle)
|
||||||
}
|
}
|
||||||
else if (windowStyle == EWSFullscreen)
|
else if (windowStyle == EWSFullscreen)
|
||||||
{
|
{
|
||||||
|
#ifndef _DEBUG
|
||||||
dwNewStyle |= WS_POPUP;
|
dwNewStyle |= WS_POPUP;
|
||||||
|
#endif
|
||||||
isVisible = true;
|
isVisible = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue