Selection shows PCell display name of instances.

This commit is contained in:
Matthias Koefferlein 2018-05-17 22:31:05 +02:00
parent f74f2d3416
commit 1b607474b8
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ void render_cell_inst (const db::Layout &layout, const db::CellInstArray &inst,
bool render_origins = false;
const db::Cell &cell = layout.cell (inst.object ().cell_index ());
std::string cell_name = layout.cell_name (inst.object ().cell_index ());
std::string cell_name = layout.display_name (inst.object ().cell_index ());
db::Box cell_box = cell.bbox ();
db::Vector a, b;