Simplify keyboard focus rule to just 'widget in front', full stop.
This commit is contained in:
@@ -101,8 +101,6 @@ void UlxRootCanvasPanel::BringToFront(UUserWidget *Widget)
|
||||
UlxRootCanvasPanel *Panel = Cast<UlxRootCanvasPanel>(Slot->Parent);
|
||||
if (!Panel) return;
|
||||
Slot->BringToFrontCount = ++Panel->BringToFrontCounter;
|
||||
// This refocuses the widget, even if it was already in front.
|
||||
Panel->LastWidgetGrantedFocus = Panel;
|
||||
}
|
||||
|
||||
void UlxRootCanvasPanel::SetWidgetWindowManagement(class UUserWidget *Widget,
|
||||
|
||||
Reference in New Issue
Block a user