mirror of https://github.com/KLayout/klayout.git
[consider merging] fixing a crash on 'show parameter names' in PCell dialog
This commit is contained in:
parent
3068c1da29
commit
ee0b5e3bd9
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Reference in New Issue