Make SessionManagementScreen a FocusScope

SessionManagementScreen needs to be a FocusScope, so that when it gets focused
directly (through the StackView), it directs it to the proper control inside
instead of stealing it from them.

This fixes initial focus of the controls in the SDDM theme.

BUG: 447817


(cherry picked from commit 10b31ead11)
wilder-5.24
Fabian Vogt 4 years ago committed by Nate Graham
parent c3a28eb6b0
commit 02caec42f6
  1. 2
      lookandfeel/contents/components/SessionManagementScreen.qml

@ -12,7 +12,7 @@ import QtQuick.Controls 1.1
import org.kde.plasma.core 2.0 as PlasmaCore
import org.kde.plasma.components 3.0 as PlasmaComponents3
Item {
FocusScope {
id: root
/*

Loading…
Cancel
Save