mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Test of item_changed_selection(obj_idx)
This commit is contained in:
@@ -1986,6 +1986,7 @@ sub on_config_change {
|
||||
|
||||
sub item_changed_selection{
|
||||
my ($self, $obj_idx) = @_;
|
||||
printf "BEGIN item_changed_selection : obj_idx = $obj_idx\n";
|
||||
|
||||
$self->{canvas}->Refresh;
|
||||
if ($self->{canvas3D}) {
|
||||
@@ -1996,6 +1997,7 @@ sub item_changed_selection{
|
||||
}
|
||||
Slic3r::GUI::_3DScene::render($self->{canvas3D});
|
||||
}
|
||||
printf "END item_changed_selection";
|
||||
}
|
||||
|
||||
sub collect_selections {
|
||||
|
||||
Reference in New Issue
Block a user