mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +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 self.props.links:
|
||||
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
|
||||
|
||||
row = self.layout.row(align=True)
|
||||
|
||||
Reference in New Issue
Block a user