Fix bug where "Not Georeferenced" showed up twice in the Georeferencing UI panel

This commit is contained in:
Dion Moult
2022-04-21 10:47:09 +10:00
parent 1237a8ce97
commit 337ce89919
@@ -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)