Gui: Do not show overlay panels in Start
This commit is contained in:
committed by
Chris Hennes
parent
5b174a048e
commit
082b5edf29
@@ -524,6 +524,9 @@ bool View3DInventor::onHasMsg(const char* pMsg) const
|
||||
if (strcmp("ZoomOut", pMsg) == 0) {
|
||||
return true;
|
||||
}
|
||||
if (strcmp("AllowsOverlayOnHover", pMsg) == 0) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user