mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-23 01:41:53 +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;
|
struct overlay *over;
|
||||||
|
|
||||||
if (sheet == ctx->curr_sheet)
|
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) {
|
for (obj = sheet->sch->objs; obj; obj = obj->next) {
|
||||||
if (obj->type != sch_obj_glabel)
|
if (obj->type != sch_obj_glabel)
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user