Skip to content

Commit

Permalink
🐛 Fix row name crayons in text backend
Browse files Browse the repository at this point in the history
Closes #68
  • Loading branch information
ronisbr committed Aug 30, 2020
1 parent 8b6f52b commit 6f3c257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backends/text/print.jl
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ function _pt_text(io, pinfo;
crayon_ij = rownum_header_crayon
alignment_ij = alignment[1]
elseif show_row_names
crayon_ij = row_name_crayon
crayon_ij = row_name_header_crayon
alignment_ij = alignment[Δc]
end
else
Expand Down Expand Up @@ -451,7 +451,7 @@ function _pt_text(io, pinfo;
crayon_ij = text_crayon
alignment_ij = alignment[1]
elseif show_row_names
crayon_ij = text_crayon
crayon_ij = row_name_crayon
alignment_ij = alignment[Δc]
end
else
Expand Down

0 comments on commit 6f3c257

Please sign in to comment.