mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Rolled back bugfix for hiding grandchildren of hidden child.
This commit is contained in:
parent
8d3ea6b727
commit
7e69100a53
2 changed files with 2 additions and 2 deletions
|
@ -802,8 +802,8 @@ module attachable(
|
|||
$color = undef;
|
||||
children(0);
|
||||
}
|
||||
children(1);
|
||||
}
|
||||
children(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,175];
|
||||
BOSL_VERSION = [2,0,176];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue