Skip to content
Snippets Groups Projects
Commit 1f1f93ab authored by Goik Martin's avatar Goik Martin
Browse files

Typo

parent 4fd689f3
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ public class TransferDriver extends Application { ...@@ -42,7 +42,7 @@ public class TransferDriver extends Application {
destAccountNoField.textProperty().addListener(event -> { destAccountNoField.textProperty().addListener(event -> {
if (!amountField.isDisabled()) { // Wee need a state representative if (!amountField.isDisabled()) { // We need a state representative
// Start transaction, values can no longer be changed // Start transaction, values can no longer be changed
srcAccountNoField.setDisable(true); srcAccountNoField.setDisable(true);
amountField.setDisable(true); amountField.setDisable(true);
......
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