From 48e37ce3c974bc6452ed772d0165e4164f0a3622 Mon Sep 17 00:00:00 2001 From: blacksun Date: Fri, 14 Mar 2014 14:45:54 +0000 Subject: [PATCH] bug fix: cross ref item doesn't update when shild is moving git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2924 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/qetgraphicsitem/crossrefitem.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/qetgraphicsitem/crossrefitem.cpp b/sources/qetgraphicsitem/crossrefitem.cpp index 1e30dc862..375654576 100644 --- a/sources/qetgraphicsitem/crossrefitem.cpp +++ b/sources/qetgraphicsitem/crossrefitem.cpp @@ -72,7 +72,9 @@ void CrossRefItem::updateLabel() { //and fill it fillCrossRef(&qp); + autoPos(); + update(); } /**