Gui: Do not show overlay panels in Start
This commit is contained in:
committed by
Chris Hennes
parent
71b513c1b8
commit
bfdcc97158
@@ -392,6 +392,15 @@ void StartView::newArchFile() const
|
||||
postStart(PostStartBehavior::doNotSwitchWorkbench);
|
||||
}
|
||||
|
||||
bool StartView::onHasMsg(const char* pMsg) const
|
||||
{
|
||||
if (strcmp("AllowsOverlayOnHover", pMsg) == 0) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return MDIView::onHasMsg(pMsg);
|
||||
}
|
||||
|
||||
void StartView::postStart(PostStartBehavior behavior) const
|
||||
{
|
||||
auto hGrp = App::GetApplication().GetParameterGroupByPath(
|
||||
|
||||
Reference in New Issue
Block a user