mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-01-28 12:59:47 +00:00
Fix click on wire in net section
This commit is contained in:
@@ -612,7 +612,7 @@ void DesignWidget::onItemSelectionChanged()
|
||||
auto name = ctx->getWireName(item.first).c_str(ctx);
|
||||
|
||||
QtProperty *wireItem = addSubGroup(wiresItem, name);
|
||||
addProperty(wireItem, QVariant::String, "Name", name);
|
||||
addProperty(wireItem, QVariant::String, "Wire", name, ElementType::WIRE);
|
||||
|
||||
if (item.second.pip != PipId())
|
||||
addProperty(wireItem, QVariant::String, "Pip", ctx->getPipName(item.second.pip).c_str(ctx),
|
||||
|
||||
Reference in New Issue
Block a user