mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-29 12:45:20 +02:00
eeshow/gui.c (set_history_style): show revisions without valid sheets in red
This commit is contained in:
parent
8d465b0da0
commit
5e9bc68093
@ -475,6 +475,8 @@ static void set_history_style(struct gui_hist *h, bool current)
|
|||||||
|
|
||||||
if (h->identical)
|
if (h->identical)
|
||||||
style.fg = RGBA(0.5, 0.5, 0.5, 1);
|
style.fg = RGBA(0.5, 0.5, 0.5, 1);
|
||||||
|
if (!h->sheets)
|
||||||
|
style.fg = RGBA(0.7, 0.0, 0.0, 1);
|
||||||
|
|
||||||
overlay_style(h->over, &style);
|
overlay_style(h->over, &style);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user