mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-16 10:08:36 +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 {
|
Standard_Boolean WNT_Window :: IsMapped () const {
|
||||||
if (IsVirtual()) {
|
if (IsVirtual()) {
|
||||||
Standard_True;
|
return Standard_True;
|
||||||
}
|
}
|
||||||
|
|
||||||
WINDOWPLACEMENT wp;
|
WINDOWPLACEMENT wp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user