mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-28 03:19:59 +01:00
bug fix: cross ref item have wrong behavior when rotate is master. (thanks mmiacca)
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2984 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -29,13 +29,13 @@ class element;
|
||||
* It's the responsability of the parent to informe displayed slave are moved,
|
||||
* by calling the slot @updateLabel
|
||||
*/
|
||||
class CrossRefItem : public QetGraphicsItem
|
||||
class CrossRefItem : public QGraphicsObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
//Methods
|
||||
public:
|
||||
explicit CrossRefItem(Element *elmt, QetGraphicsItem *parent = 0);
|
||||
explicit CrossRefItem(Element *elmt, QGraphicsItem *parent = 0);
|
||||
~CrossRefItem();
|
||||
|
||||
QRectF boundingRect() const;
|
||||
|
||||
Reference in New Issue
Block a user