mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-08 05:16:25 +00:00
Change message when no object queries in a linked model
to give a hint for new users
This commit is contained in:
@@ -406,7 +406,7 @@ class BIM_PT_links(Panel):
|
|||||||
if not LinksData.linked_data or not self.props.links:
|
if not LinksData.linked_data or not self.props.links:
|
||||||
if self.props.links:
|
if self.props.links:
|
||||||
row = self.layout.row(align=True)
|
row = self.layout.row(align=True)
|
||||||
row.label(text="No Object Selected", icon="QUESTION")
|
row.label(text="No Object Queried with Explore Tool", icon="QUESTION")
|
||||||
return
|
return
|
||||||
|
|
||||||
row = self.layout.row(align=True)
|
row = self.layout.row(align=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user