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