Skip to content

Commit

Permalink
Disable the "split" button when there is no volume selected.
Browse files Browse the repository at this point in the history
  • Loading branch information
bubnikv committed Jun 15, 2017
1 parent b724d78 commit aa54c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Slic3r/GUI/Plater/ObjectPartsPanel.pm
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ sub selection_changed {
}

# disable things as if nothing is selected
$self->{'btn_' . $_}->Disable for (qw(delete move_up move_down));
$self->{'btn_' . $_}->Disable for (qw(delete move_up move_down split));
$self->{settings_panel}->disable;
$self->{settings_panel}->set_config(undef);

Expand Down

0 comments on commit aa54c34

Please sign in to comment.