mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07: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