@@ -, +, @@ properly in layouts --- patroncards/edit-layout.pl | 2 ++ 1 file changed, 2 insertions(+) --- a/patroncards/edit-layout.pl +++ a/patroncards/edit-layout.pl @@ -146,6 +146,8 @@ if ($op eq 'edit') { foreach my $unit (@$units){ if ($unit->{'type'} eq $layout->get_attr('units')) { $unit->{'selected'} = 1; + } else { + $unit->{'selected'} = 0; } } --