Revert "Revert "Revert "[sddm-theme] Fix initial focus after SDDM QQC2 Port"""

This reverts commit d46b018665.

Due to the looming LTS release date and bugs (415098, 414873, 4145094, 414852) that keep piling up, we are reverting the QQC2 and PC3 port of the SDDM theme.

Since this patch was also related to that port, we need to revert it as well.
wilder-5.18
Filip Fila 6 years ago
parent 91df4cc826
commit 3b8c0f0aba
  1. 2
      lookandfeel/contents/components/SessionManagementScreen.qml
  2. 1
      lookandfeel/contents/lockscreen/LockScreenUi.qml

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

@ -233,7 +233,6 @@ PlasmaCore.ColorScope {
showUserList: userList.y + mainStack.y > 0
focus: true // Drop this and hack below when porting this stackview to QQC2
Stack.onStatusChanged: {
// prepare for presenting again to the user
if (Stack.status == Stack.Activating) {

Loading…
Cancel
Save