From 002575baa11505b01d9fdd34c99d9bf276dc12bb97aaebd064d4e31f356ed0ff Mon Sep 17 00:00:00 2001 From: linuxero Date: Mon, 10 Mar 2025 15:57:28 +0100 Subject: [PATCH] testing git authentication in qt --- Gui/ObjectAddOnContactPerson.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gui/ObjectAddOnContactPerson.qml b/Gui/ObjectAddOnContactPerson.qml index cc389a1..95a3a6c 100644 --- a/Gui/ObjectAddOnContactPerson.qml +++ b/Gui/ObjectAddOnContactPerson.qml @@ -286,7 +286,7 @@ GridLayout // header: headline highlight: Rectangle { color: "slategray"; radius: 3} highlightFollowsCurrentItem: false - //focus: true + //focus: true test onActiveFocusChanged: if(!focus) currentIndex = -1 delegate: Item {