From 88b27a9c5fa964cc5fc6fe1fa799c7ef68c7f6c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Uli=20B=C3=A4hr?= <eude365sup@outlook.com>
Date: Fri, 29 Nov 2019 20:45:41 +0100
Subject: [PATCH] =?UTF-8?q?aufruf=20codierer.letztesZeichenloeschen()=20hi?=
 =?UTF-8?q?nzugef=C3=BCgt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/main/java/projekt/enigma/GuiController.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/projekt/enigma/GuiController.java b/src/main/java/projekt/enigma/GuiController.java
index 6ad2498..2f44ed5 100644
--- a/src/main/java/projekt/enigma/GuiController.java
+++ b/src/main/java/projekt/enigma/GuiController.java
@@ -422,6 +422,7 @@ public class GuiController {
 		} else {
 			textEingabe = textEingabe.substring(0, textEingabe.length() - 1);
 			tfKlartext.setText(textEingabe);
+			codierer.letztesZeichenLoeschen();
 		}
 	}
 
-- 
GitLab