reimplement Priv function, so the ElementEditor gets called automatically

This commit is contained in:
Martin
2021-03-05 17:38:51 +01:00
parent 6887c543da
commit bc88f2ec2e
20 changed files with 35 additions and 24 deletions

View File

@@ -440,10 +440,10 @@ void StyleEditor::updatePartFilling()
}
/**
@brief StyleEditor::updateForm
@brief StyleEditor::updateFormPriv
Update the edition form according to the value of edited part(s)
*/
void StyleEditor::updateForm()
void StyleEditor::updateFormPriv()
{
if (!part && m_part_list.isEmpty()) return;
activeConnections(false);