1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-30 21:48:24 +00:00

remove selected on context change

This commit is contained in:
Miodrag Milanovic
2018-07-14 20:19:39 +02:00
parent 1b5c1b028e
commit fcba866b63

View File

@@ -272,6 +272,7 @@ FPGAViewWidget::~FPGAViewWidget() {}
void FPGAViewWidget::newContext(Context *ctx)
{
ctx_ = ctx;
selectedItems_.clear();
update();
}