This commit is contained in:
Andrej730
2025-09-22 12:21:13 +05:00
parent 59b5e200a5
commit 3f316a99f1
2 changed files with 1 additions and 1 deletions
@@ -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,