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

Skip unprocessed keydown events in the styling assistant so that typing style names actually works

parent 58981c50
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -259,4 +259,6 @@ void DialogStyling::OnKeyDown(wxKeyEvent &evt) {
if (from > 0)
style_name->SetSelection(from - 1, to);
}
else
evt.Skip();
}
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter