mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
@@ -974,7 +974,7 @@ class BIM_OT_show_description(bpy.types.Operator):
|
||||
layout.label(text=line)
|
||||
if self.url:
|
||||
url_op = layout.operator("bim.open_uri", icon="URL", text="Online IFC Documentation")
|
||||
url_op.url = self.url
|
||||
url_op.uri = self.url
|
||||
|
||||
@classmethod
|
||||
def description(cls, context, properties):
|
||||
|
||||
@@ -1111,4 +1111,4 @@ def draw_custom_context_menu(self, context):
|
||||
if url:
|
||||
layout.separator()
|
||||
url_op = layout.operator("bim.open_uri", icon="URL", text="Online IFC Documentation")
|
||||
url_op.url = url
|
||||
url_op.uri = url
|
||||
|
||||
Reference in New Issue
Block a user