no message
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
package Common.Visual.Trees;
|
||||
import Common.MainModule_;
|
||||
import Common.Visual.Themes.ThemeElement;
|
||||
import Common.Visual.UI_;
|
||||
|
||||
@@ -9,7 +10,7 @@ public class StyledTreeCellRenderer extends DefaultTreeCellRenderer implements T
|
||||
}
|
||||
@Override
|
||||
public void applyTheme() {
|
||||
setBackgroundNonSelectionColor(UI_.getTheme().trees_background);
|
||||
setBackgroundSelectionColor(UI_.getTheme().selection_background);
|
||||
setBackgroundNonSelectionColor(MainModule_.instance.getUI().getTheme().trees_background);
|
||||
setBackgroundSelectionColor(MainModule_.instance.getUI().getTheme().selection_background);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user