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