From f333348b5e2e9b79c544d180ea5a8e88def2c756 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Thu, 7 Nov 2019 00:10:44 +0100 Subject: [PATCH] Bugfix --- scanner.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/scanner.pas b/scanner.pas index 8f77f77..4d6983e 100644 --- a/scanner.pas +++ b/scanner.pas @@ -183,6 +183,7 @@ begin Stop.Visible := state; Destination.Enabled := state; Destination.Visible := state; + Swap.Enabled:=state; Product.Enabled := not state; Product.Visible := not state; ScanButton.Enabled:=true;