Skip to content
Snippets Groups Projects
Commit b53128da authored by Dennis Eisold's avatar Dennis Eisold
Browse files

Merge branch 'master' into 'master'

aufruf codierer.letztesZeichenloeschen() hinzugefügt

See merge request alfatrainingkurse/java/enigma!59
parents b379b936 88b27a9c
No related branches found
No related tags found
No related merge requests found
...@@ -422,6 +422,7 @@ public class GuiController { ...@@ -422,6 +422,7 @@ public class GuiController {
} else { } else {
textEingabe = textEingabe.substring(0, textEingabe.length() - 1); textEingabe = textEingabe.substring(0, textEingabe.length() - 1);
tfKlartext.setText(textEingabe); tfKlartext.setText(textEingabe);
codierer.letztesZeichenLoeschen();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment