[consider merging] fixing a crash on 'show parameter names' in PCell dialog

This commit is contained in:
Matthias Koefferlein 2025-08-22 23:54:01 +02:00
parent 3068c1da29
commit ee0b5e3bd9
1 changed files with 1 additions and 0 deletions

View File

@ -387,6 +387,7 @@ PCellParametersPage::setup (lay::LayoutViewBase *view, int cv_index, const db::P
delete mp_parameters_area;
}
mp_groups.clear ();
m_widgets.clear ();
m_icon_widgets.clear ();
m_all_widgets.clear ();