mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Correction : la revision 825 corrigeait un probleme sous X11 mais pas sous Windows.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@826 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -290,7 +290,7 @@ QVariant PartTextField::itemChange(GraphicsItemChange change, const QVariant &va
|
||||
// cette information servira a le recentrer en cas d'ajout / retrait de lignes
|
||||
known_position_ = pos();
|
||||
infos -> updateForm();
|
||||
} else if (change == QGraphicsItem::ItemSelectedHasChanged) {
|
||||
} else if (change == QGraphicsItem::ItemSelectedHasChanged || change == QGraphicsItem::ItemSceneHasChanged) {
|
||||
if (value.toBool() == true) {
|
||||
infos -> updateForm();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user