mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix dive picture position
I was messing with the origin point, making the dive picture be a tiny bit to the right. This removes the rotation, but that was also not very good. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e40367fc39
commit
c84b40664d
2 changed files with 1 additions and 9 deletions
|
|
@ -1337,7 +1337,6 @@ void ProfileWidget2::plotPictures()
|
|||
lastX = x;
|
||||
lastY = y;
|
||||
item->setPos(x, y);
|
||||
item->setFlag(QGraphicsItem::ItemIgnoresTransformations);
|
||||
scene()->addItem(item);
|
||||
pictures.push_back(item);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue