mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 16:20:52 +01:00
implement currentParts() for every elementItemEditor so the editor can be extended to multi part edit in a later step
This commit is contained in:
committed by
Laurent Trinques
parent
1ccffda93b
commit
e36a4ddd0a
@@ -109,6 +109,10 @@ CustomElementPart *EllipseEditor::currentPart() const {
|
||||
return(part);
|
||||
}
|
||||
|
||||
QList<CustomElementPart*> EllipseEditor::currentParts() const {
|
||||
return style_->currentParts();
|
||||
}
|
||||
|
||||
void EllipseEditor::editingFinished()
|
||||
{
|
||||
if (m_locked) return;
|
||||
|
||||
Reference in New Issue
Block a user