mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
Test of item_changed_selection(obj_idx)
This commit is contained in:
parent
79f2801d2a
commit
817fb5adb3
2 changed files with 5 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue