mirror of https://github.com/YosysHQ/nextpnr.git
make new context work again
This commit is contained in:
parent
34ec70e88b
commit
9f0be8cd5f
|
|
@ -230,6 +230,9 @@ void DesignWidget::addToHistory(QTreeWidgetItem *item)
|
||||||
void DesignWidget::newContext(Context *ctx)
|
void DesignWidget::newContext(Context *ctx)
|
||||||
{
|
{
|
||||||
treeWidget->clear();
|
treeWidget->clear();
|
||||||
|
// reset pointers since they are not valid after clear
|
||||||
|
nets_root = nullptr;
|
||||||
|
cells_root = nullptr;
|
||||||
history_ignore = false;
|
history_ignore = false;
|
||||||
history_index = -1;
|
history_index = -1;
|
||||||
history.clear();
|
history.clear();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue