Skip to content

Commit

Permalink
sort the content of owner list
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Sep 16, 2024
1 parent 576d881 commit b68fb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Prima/VB/Classes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1783,7 +1783,7 @@ sub set
();
delete $items{ $self-> {widget}-> name};
delete @items{ map { $_-> name } $VB::form-> marked_widgets};
$self-> {A}-> items( [ keys %items]);
$self-> {A}-> items( [ sort keys %items]);
$data = $VB::form-> name unless length $data;
}
$self-> {A}-> text( $data);
Expand Down

0 comments on commit b68fb8f

Please sign in to comment.