Sta::networkChanged() invalidate sdc graph annotations

This commit is contained in:
James Cherry 2020-07-13 11:11:39 -07:00
parent f3a50663d8
commit 00d0da6d5a
1 changed files with 1 additions and 0 deletions

View File

@ -570,6 +570,7 @@ Sta::networkChanged()
check_min_periods_->clear();
delete graph_;
graph_ = nullptr;
graph_sdc_annotated_ = false;
current_instance_ = nullptr;
updateComponentsState();
}