This commit is contained in:
2018-04-23 08:11:26 +02:00
parent ccf63a1ade
commit 9d0b2d41fa
6 changed files with 117 additions and 55 deletions

View File

@@ -141,7 +141,7 @@ public class Sample extends DeviceBase {
Color getLabelColor(boolean drawBackground) {
return drawBackground ? Color.DARK_GRAY : new Color (0,96,0);
return drawBackground ? getPuck().isHighlithted() ? Color.DARK_GRAY : new Color(92, 92, 92) : new Color (0,96,0);
}
Font getLabelFont() {