Skip to content
Snippets Groups Projects
Commit caefe3a5 authored by Massies Alexandre's avatar Massies Alexandre
Browse files

backup

parent 5e0cadcb
No related branches found
No related tags found
No related merge requests found
......@@ -35,11 +35,10 @@ Window {
}
event.accepted = true;
} else if (event.key === Qt.Key_Backspace) {
if (case_focus && case_focus._textText !== undefined)
case_focus._textText = "";
if (indice_case > 0) {
indice_case--;
case_focus = caseArray[indice_case];
case_focus._textText = " ";
}
event.accepted = true;
}
......@@ -196,7 +195,6 @@ Window {
anchors.bottomMargin: 0
topPadding: rectangle1.height * 0.05 // ← espace en haut
bottomPadding: rectangle1.height * 0.05 // ← espace en bas
spacing: parent.width*0.04
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment