Skip to content

Commit

Permalink
matrices have values as arrays in trace listing - ugly, but better th…
Browse files Browse the repository at this point in the history
…an nothing
  • Loading branch information
benvanik committed Mar 16, 2011
1 parent 91dcb63 commit 86cb8c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/ui/Window.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@
break;
}
// TODO: matrix tip
text = "[" + value + "]";
break;
}

Expand Down
2 changes: 2 additions & 0 deletions core/ui/shared/TraceLine.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
break;
}
// TODO: matrix tip
text = "[" + value + "]";
break;
}

Expand Down Expand Up @@ -361,6 +362,7 @@
break;
}
// TODO: matrix tip
text = "[" + value + "]";
break;
}

Expand Down

0 comments on commit 86cb8c5

Please sign in to comment.