mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
OCC22443 Missing "return" statement in WNT_Window::IsMapped()
This commit is contained in:
parent
171d8cd954
commit
587630c5be
@ -462,7 +462,7 @@ void WNT_Window :: Flush () const {
|
||||
//***//
|
||||
Standard_Boolean WNT_Window :: IsMapped () const {
|
||||
if (IsVirtual()) {
|
||||
Standard_True;
|
||||
return Standard_True;
|
||||
}
|
||||
|
||||
WINDOWPLACEMENT wp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user