We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1606cb commit 0bc69beCopy full SHA for 0bc69be
plugins/gui/src/netlist_relay/netlist_relay.cpp
@@ -245,9 +245,11 @@ namespace hal
245
}
246
else
247
{
248
+ u32 targetModuleId = md.selectedId();
249
ActionAddItemsToObject* actAddItems = new ActionAddItemsToObject(modIds,gatIds);
- actAddItems->setObject(UserActionObject(md.selectedId(),UserActionObjectType::Module));
250
+ actAddItems->setObject(UserActionObject(targetModuleId,UserActionObjectType::Module));
251
compound->addAction(actAddItems);
252
+ specialUpdateRequired = false;
253
254
255
// move module to position of first content node
0 commit comments