Use supported MVP menu focus API

This commit is contained in:
2026-05-18 22:19:24 -07:00
parent 3aac902142
commit 15b40c5ac1
@@ -10,7 +10,7 @@
void UAgrarianMvpFrontendWidget::NativeConstruct()
{
Super::NativeConstruct();
bIsFocusable = true;
SetIsFocusable(true);
SetKeyboardFocus();
}