1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fixed update of 3D view when selecting objects on Linux

This commit is contained in:
Enrico Turri
2018-05-04 11:57:37 +02:00
parent 19977edae2
commit c488550636
+2
View File
@@ -1810,6 +1810,7 @@ sub list_item_deselected {
$self->select_object(undef);
$self->{canvas}->Refresh;
$self->{canvas3D}->deselect_volumes if $self->{canvas3D};
$self->{canvas3D}->Render if $self->{canvas3D};
}
undef $self->{_lecursor};
}
@@ -1822,6 +1823,7 @@ sub list_item_selected {
$self->select_object($obj_idx);
$self->{canvas}->Refresh;
$self->{canvas3D}->update_volumes_selection if $self->{canvas3D};
$self->{canvas3D}->Render if $self->{canvas3D};
undef $self->{_lecursor};
}