Skip to content

Commit 5ab215f

Browse files
authored
Add Legend Item Seperator
1 parent d2fadcf commit 5ab215f

File tree

1 file changed

+1
-1
lines changed
  • extensions/pyRevitTools.extension/pyRevit.tab/Analysis.panel/ColorSplasher.pushbutton

1 file changed

+1
-1
lines changed

extensions/pyRevitTools.extension/pyRevit.tab/Analysis.panel/ColorSplasher.pushbutton/script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def Execute(self, uiapp):
277277
if index != 0:
278278
punto = DB.XYZ(0, fin_coord_y, 0)
279279
item = vw_item['Value']
280-
text_line = sel_cat.name + "/" + sel_par.name + " - " + item.value
280+
text_line = sel_cat.name + " / " + sel_par.name + " - " + item.value
281281
new_text = DB.TextNote.Create(new_doc, new_legend.Id, punto, text_line, ele_id_type)
282282
new_doc.Regenerate()
283283
prev_bbox = new_text.get_BoundingBox(new_legend)

0 commit comments

Comments
 (0)