PCell editor options page: Connect edit events properly

This commit is contained in:
Matthias Koefferlein
2026-08-26 10:44:06 +02:00
parent ddb72b4108
commit e71272c3b1
+1
View File
@@ -901,6 +901,7 @@ EditorOptionsInstPCellParam::update_pcell_parameters (const std::vector <tl::Var
this->layout ()->addWidget (mp_pcell_parameters->page_widget ());
mp_pcell_parameters->set_state (pcp_state);
mp_pcell_parameters->edited.add (this, &EditorOptionsInstPCellParam::parameters_page_edited);
} else {