Skip to content

Commit

Permalink
dumper: prevent escaped sequences from being copied [Closes #458]
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 21, 2021
1 parent 304a820 commit 9c2b68d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Tracy/Bar/assets/bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ body#tracy-debug .tracy-panel { /* in popup window */
font-size: 80%;
font-style: normal;
color: rgba(0, 0, 0, 0.5);
user-select: none;
}

#tracy-debug .tracy-dump-number {
Expand Down
1 change: 1 addition & 0 deletions src/Tracy/Dumper/assets/dumper-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
font-size: 80%;
font-style: normal;
color: rgba(255, 255, 255, 0.5);
user-select: none;
}

.tracy-dark .tracy-dump-number {
Expand Down
1 change: 1 addition & 0 deletions src/Tracy/Dumper/assets/dumper-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
font-size: 80%;
font-style: normal;
color: rgba(0, 0, 0, 0.5);
user-select: none;
}

.tracy-light .tracy-dump-number {
Expand Down

0 comments on commit 9c2b68d

Please sign in to comment.