Skip to content
Snippets Groups Projects
Unverified Commit 734f7100 authored by Luca Keidel's avatar Luca Keidel
Browse files

Fixed selection color

parent 43af83ec
Branches
No related tags found
1 merge request!3Preliminary result of the software
......@@ -28,6 +28,10 @@ public class LogCellRenderer extends DefaultListCellRenderer {
}
}
if(isSelected){
setForeground(Color.WHITE);
}
return this;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment