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