()
| 1750 | |
| 1751 | //#if !(TinyMode || TinyModeExport || LightMode || LightModeExport) |
| 1752 | private void colorizeButtons() { |
| 1753 | |
| 1754 | if (buttons != null) { |
| 1755 | for (int i = 0; i < buttons.length; i++) { |
| 1756 | buttons[i].setColor( |
| 1757 | currentScheme.colors[ColorScheme.COLOR_MENU]); |
| 1758 | } |
| 1759 | |
| 1760 | repaintButtons = true; |
| 1761 | } |
| 1762 | } |
| 1763 | //#endif |
| 1764 | |
| 1765 | private void applyColorProfile() { |
no test coverage detected