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

Fixed selection color

parent 43af83ec
No related branches found
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.
Finish editing this message first!
Please register or to comment