Fixed LCR and Xylos transmitters

This commit is contained in:
furrtek 2016-05-09 20:42:20 +02:00
parent d55a420dfd
commit d40016ffda
39 changed files with 1614 additions and 151 deletions

View file

@ -53,7 +53,7 @@ void MenuItemView::paint(Painter& painter) {
paint_style.background
);
ui::Color final_item_color = item.color;
ui::Color final_item_color = (highlighted() && parent()->has_focus()) ? ui::Color::black() : item.color;
if (final_item_color.v == paint_style.background.v) final_item_color = paint_style.foreground;