Set the bgColor of summary row to gray
authorPatrick Plitzner <p.plitzner@bgbm.org>
Tue, 28 Aug 2018 10:25:29 +0000 (12:25 +0200)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Tue, 28 Aug 2018 10:25:29 +0000 (12:25 +0200)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/CharacterMatrix.java

index 603eee70aabbbb792ad74d8d9c638ecb7d8fb8ad..03f9fb3feb5b37034c59fc53c9664eb41df98045 100644 (file)
@@ -191,7 +191,6 @@ public class CharacterMatrix extends Composite {
         configuration.summaryRowHAlign = HorizontalAlignmentEnum.CENTER;
         // NOTE: Getting the colors and fonts from the GUIHelper ensures that
         // they are disposed properly (required by SWT)
-        configuration.summaryRowBgColor = GUIHelper.getColor(255, 255, 153);
         configuration.cHeaderBgColor = GUIHelper.getColor(211, 211, 211);
         configuration.rHeaderBgColor = GUIHelper.getColor(211, 211, 211);
         natTable.addConfiguration(configuration);