mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Minor : remove the QetGraphicsItemHandler returned by the function zValue
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5028 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -771,7 +771,8 @@ QList<QGraphicsItem *> ElementScene::zItems(ItemOptions options) const {
|
|||||||
QGraphicsItem *qgi = i.value();
|
QGraphicsItem *qgi = i.value();
|
||||||
if (
|
if (
|
||||||
qgi -> type() == ElementPrimitiveDecorator::Type ||
|
qgi -> type() == ElementPrimitiveDecorator::Type ||
|
||||||
qgi -> type() == QGraphicsRectItem::Type
|
qgi -> type() == QGraphicsRectItem::Type ||
|
||||||
|
qgi->type() == QetGraphicsHandlerItem::Type
|
||||||
) {
|
) {
|
||||||
i.remove();
|
i.remove();
|
||||||
helpers << qgi;
|
helpers << qgi;
|
||||||
|
|||||||
Reference in New Issue
Block a user