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