mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
reimplement Priv function, so the ElementEditor gets called automatically
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user