mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Overrided OnStateChange() function to CollapsiblePane
This commit is contained in:
@@ -179,7 +179,6 @@ sub _init_tabpanel {
|
||||
my $obj_idx = $event->GetInt;
|
||||
|
||||
$self->{plater}->select_object($obj_idx < 0 ? undef: $obj_idx);
|
||||
Wx::MessageBox("Before item_changed_selection", "Slic3r Info", wxOK | wxICON_INFORMATION, $self);
|
||||
$self->{plater}->item_changed_selection($obj_idx);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user