mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
black .
This commit is contained in:
@@ -1210,6 +1210,7 @@ class PlanLevelDecorator(BaseDecorator):
|
||||
rl = self.format_value(context, z)
|
||||
text = "{}{}".format("" if z < 0 else "+", rl)
|
||||
return text
|
||||
|
||||
self.draw_dimension_text(
|
||||
context,
|
||||
get_text,
|
||||
|
||||
@@ -411,7 +411,6 @@ class BIM_PT_object_material(Panel):
|
||||
row.enabled = self.props.use_custom_offset
|
||||
|
||||
|
||||
|
||||
class BIM_UL_materials(UIList):
|
||||
def draw_item(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user