Browse Source

Bugfix

main
Stephan Richter 6 years ago
parent
commit
f333348b5e
  1. 1
      scanner.pas

1
scanner.pas

@ -183,6 +183,7 @@ begin
Stop.Visible := state; Stop.Visible := state;
Destination.Enabled := state; Destination.Enabled := state;
Destination.Visible := state; Destination.Visible := state;
Swap.Enabled:=state;
Product.Enabled := not state; Product.Enabled := not state;
Product.Visible := not state; Product.Visible := not state;
ScanButton.Enabled:=true; ScanButton.Enabled:=true;

Loading…
Cancel
Save