Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions debug/org.eclipse.debug.ui/css/e4-dark_debug_prefstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ IEclipsePreferences#org-eclipse-debug-ui {

#VariablesViewer {
font-family: '#org-eclipse-debug-ui-VariableTextFont';
background-color: #2F2F2F;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change causes a side effect: The tree in the variables view does then no longer have the zebra 🦓 lines.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The interesting thing is that e.g. JDTs problems view also uses this zebra feature but does not have this flickering issue.

}
Loading