Test of item_changed_selection(obj_idx)

This commit is contained in:
YuSanka 2018-08-14 15:35:54 +02:00
parent 79f2801d2a
commit 817fb5adb3
2 changed files with 5 additions and 3 deletions

View file

@ -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 {