mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 10:06:47 +00:00
Fix drawing styles update on underlay toggle after 9329390
This commit is contained in:
@@ -560,7 +560,7 @@ class BIMCameraProperties(PropertyGroup):
|
||||
has_underlay: BoolProperty(
|
||||
name="Underlay",
|
||||
default=False,
|
||||
update=get_update_layer_callback("has_underlay", "HasUnderlay"),
|
||||
update=update_has_underlay,
|
||||
)
|
||||
has_linework: BoolProperty(
|
||||
name="Linework",
|
||||
|
||||
Reference in New Issue
Block a user