|
@@ -120,6 +120,9 @@ void UIBuildComplete::Show()
|
|
|
|
|
|
|
|
void UIBuildComplete::Hide()
|
|
void UIBuildComplete::Hide()
|
|
|
{
|
|
{
|
|
|
|
|
+ TBUI* tbui = GetSubsystem<TBUI>();
|
|
|
|
|
+ tbui->GetRootWidget()->SetFocusRecursive(WIDGET_FOCUS_REASON_UNKNOWN);
|
|
|
|
|
+
|
|
|
if (dimmer_->GetParent())
|
|
if (dimmer_->GetParent())
|
|
|
dimmer_->GetParent()->RemoveChild(dimmer_);
|
|
dimmer_->GetParent()->RemoveChild(dimmer_);
|
|
|
|
|
|