mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 21:42:28 +00:00
Fixed typo in e3a7f7627
This commit is contained in:
@@ -230,7 +230,7 @@ class BIM_PT_STYLE_GRAPH(Panel):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def poll(cls, context):
|
def poll(cls, context):
|
||||||
return getattr(context, "mat", None)
|
return getattr(context, "material", None)
|
||||||
|
|
||||||
def draw(self, context):
|
def draw(self, context):
|
||||||
layout = self.layout
|
layout = self.layout
|
||||||
|
|||||||
Reference in New Issue
Block a user