Skip to content
Snippets Groups Projects
Commit 88b27a9c authored by Uli Bähr's avatar Uli Bähr
Browse files

aufruf codierer.letztesZeichenloeschen() hinzugefügt

parent b379b936
No related branches found
No related tags found
No related merge requests found
Pipeline #265 passed with stages
in 3 minutes and 15 seconds
...@@ -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