Skip to content
Extraits de code Groupes Projets
Valider 58981c50 rédigé par Thomas Goyne's avatar Thomas Goyne
Parcourir les fichiers

Make the correct row visible when selecting rows with shift + arrow keys in the grid. Closes #1533.

parent dcbf6448
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -1045,7 +1045,7 @@ void BaseGrid::OnKeyDown(wxKeyEvent &event) {
SetSelectedSet(newsel);
MakeCellVisible(extendRow, 0, false);
MakeCellVisible(next, 0, false);
return;
}
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter