Skip to content

Commit 282babb

Browse files
committed
Object::data_changed to also call changed on contained_objects
1 parent 6bb7afd commit 282babb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/PDL/Graphics/TriD/Object.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ sub changed {
102102
sub data_changed {
103103
my($this) = @_;
104104
$this->changed;
105+
$_->changed for $this->contained_objects;
105106
}
106107

107108
1;

0 commit comments

Comments
 (0)