mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Fix bug where "Not Georeferenced" showed up twice in the Georeferencing UI panel
This commit is contained in:
@@ -119,9 +119,6 @@ class BIM_PT_gis(Panel):
|
||||
)
|
||||
)
|
||||
)
|
||||
elif IfcStore.get_file().schema == "IFC2X3":
|
||||
row = self.layout.row()
|
||||
row.label(text="Not Georeferenced")
|
||||
|
||||
if Data.projected_crs:
|
||||
row = self.layout.row(align=True)
|
||||
|
||||
Reference in New Issue
Block a user