++
решение проблемы совместимости с java 1.8._4xx
This commit is contained in:
@@ -11,11 +11,11 @@ public class RendererDiff extends RendererCell<Integer> {
|
||||
return (Integer) value;
|
||||
}
|
||||
public void Display() {
|
||||
if (value != null){
|
||||
Font font_ = MainModule_.instance.getUI().getTheme().Fonts.get(
|
||||
value>0? VisualiserFonts.BadState: VisualiserFonts.TreePlain
|
||||
if (value != null) {
|
||||
Font font_ = MainModule_.instance.getUI().getTheme().Fonts.get(
|
||||
value > 0 ? VisualiserFonts.BadState : VisualiserFonts.TreePlain
|
||||
);
|
||||
setFont(font_ );
|
||||
setFont(font_);
|
||||
setText(String.valueOf(value));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user