Skip to content

Commit

Permalink
Fix an incorrectly spelt method name
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Jan 6, 2024
1 parent 3a4bf3c commit ca83271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Tabs/Labels.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ sub on_grid_select {
# Select all terminal labels
my $model = $self->{labels_model};
my $hmodel = $self->get_xmlpage_object('listLabels1')->get_model();
my $hselection = $self->get_xml_page_object('listLabels1')->get_selection();
my $hselection = $self->get_xmlpage_object('listLabels1')->get_selection();

my $sel_mode = $self->get_selection_mode;

Expand Down

0 comments on commit ca83271

Please sign in to comment.