Compare commits
2 Commits
6736190553
...
e36e705c15
| Author | SHA1 | Date | |
|---|---|---|---|
| e36e705c15 | |||
| 1f4e7a63f3 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -40,6 +40,11 @@ void UMainGameWidget::OpenWidget(UEleriBaseWidget* Widget)
|
||||
{
|
||||
Widget->DisplayInputPrompts();
|
||||
}
|
||||
|
||||
if (!WidgetStack.IsEmpty())
|
||||
{
|
||||
WidgetStack[WidgetStack.Num() - 1]->SetFocus();
|
||||
}
|
||||
}
|
||||
|
||||
void UMainGameWidget::CloseWidget(UEleriBaseWidget* Widget)
|
||||
@@ -63,6 +68,11 @@ void UMainGameWidget::CloseWidget(UEleriBaseWidget* Widget)
|
||||
{
|
||||
GetScreenActionInputDisplayWidget()->SetVisibility(ESlateVisibility::Hidden);
|
||||
}
|
||||
|
||||
if (!WidgetStack.IsEmpty())
|
||||
{
|
||||
WidgetStack[WidgetStack.Num() - 1]->SetFocus();
|
||||
}
|
||||
}
|
||||
|
||||
bool UMainGameWidget::IsBookOpen() const
|
||||
|
||||
Reference in New Issue
Block a user