mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
reimplement Priv function, so the ElementEditor gets called automatically
This commit is contained in:
@@ -130,10 +130,10 @@ QList<CustomElementPart*> PolygonEditor::currentParts() const
|
||||
}
|
||||
|
||||
/**
|
||||
@brief PolygonEditor::updateForm
|
||||
@brief PolygonEditor::updateFormPriv
|
||||
Update the widget
|
||||
*/
|
||||
void PolygonEditor::updateForm()
|
||||
void PolygonEditor::updateFormPriv()
|
||||
{
|
||||
if (!m_part) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user