mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 10:06:47 +00:00
Fix UI issue with props missing (65c99c5)
This commit is contained in:
@@ -516,6 +516,7 @@ class CreateObjectUI:
|
||||
@classmethod
|
||||
def draw_type_manager_launcher(cls, context):
|
||||
ui_context = context.region.type
|
||||
props = tool.Model.get_model_props()
|
||||
row = cls.layout.row(align=True)
|
||||
box = cls.layout.box()
|
||||
row1 = box.row(align=True)
|
||||
|
||||
Reference in New Issue
Block a user