Revert "Dereference the Wx object id when removing an object in the plater."

This reverts commit 4979029cd2.
degen-loop-screen
Nicolas Dandrimont 2012-08-11 16:00:41 +02:00
parent 4979029cd2
commit 7b0d4cb4e1
1 changed files with 1 additions and 3 deletions

View File

@ -323,10 +323,8 @@ sub object_loaded {
sub remove {
my $self = shift;
my ($obj) = @_;
my ($obj_idx) = @_;
my $obj_idx = $obj->GetInt();
if (defined $obj_idx) {
$self->{print}->copies->[$obj_idx][$_] = undef
for 0 .. $#{ $self->{print}->copies->[$obj_idx] };