mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
Disable the "split" button when there is no volume selected.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user