From f3786cf282f19f4d97516ea32e4849c5148708bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Mon, 25 Nov 2019 20:48:09 +0100 Subject: [PATCH] Gui: Add library name to all cells in cell selector --- gds-render-gui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gds-render-gui.c b/gds-render-gui.c index 0aa139b..7266987 100644 --- a/gds-render-gui.c +++ b/gds-render-gui.c @@ -347,6 +347,7 @@ static void on_load_gds(gpointer button, gpointer user) gtk_tree_store_set(self->cell_tree_store, &celliter, CELL_SEL_CELL, gds_c, CELL_SEL_CELL_ERROR_STATE, cell_error_level, + CELL_SEL_LIBRARY, gds_c->parent_library, -1); } /* for cells */ } /* for libraries */