Crash fix.

This commit is contained in:
Leonardo Zide 2021-02-28 10:30:26 -08:00
parent 92c8bdc09a
commit 1a8e8a3abe

View file

@ -69,6 +69,7 @@ void lcModelTabWidget::ResetLayout(bool ClearView)
ViewWidget->GetView()->Clear();
}
Widget->show();
Widget->setFocus();
}