mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-05 02:55:21 +02:00
eeshow/gui/glabel.c (add_dest_overlay): include current sheet in list
This commit is contained in:
parent
3eff51bb89
commit
969356a0b8
@ -88,7 +88,8 @@ static void add_dest_overlay(struct gui_ctx *ctx, const char *label,
|
||||
struct overlay *over;
|
||||
|
||||
if (sheet == ctx->curr_sheet)
|
||||
return;
|
||||
style.fg = RGBA(0.5, 0.5, 0.5, 1.0);
|
||||
|
||||
for (obj = sheet->sch->objs; obj; obj = obj->next) {
|
||||
if (obj->type != sch_obj_glabel)
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user