no message
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
package ProjectData.Project.UI;
|
||||
import Common.Visual.CommonUI;
|
||||
import Common_old.Current;
|
||||
import _VisualDVM.Global;
|
||||
import Common.Visual.Selectable;
|
||||
import _VisualDVM.Syntax.VisualiserFonts;
|
||||
import Common.Visual.Fonts.VisualiserFonts;
|
||||
import Common_old.UI.Trees.StyledTreeCellRenderer;
|
||||
import ProjectData.Project.db_project_info;
|
||||
|
||||
@@ -41,7 +42,7 @@ public class VersionsTreeCellRenderer extends StyledTreeCellRenderer {
|
||||
}
|
||||
}
|
||||
setForeground(tree.getForeground());
|
||||
setFont(Current.getTheme().Fonts.get(
|
||||
setFont(CommonUI.getTheme().Fonts.get(
|
||||
version.isNew ? VisualiserFonts.NewVersion : VisualiserFonts.TreePlain));
|
||||
setText(version.getTitle());
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user