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();
}