mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
OCC22443 Missing "return" statement in WNT_Window::IsMapped()
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user