Update QGIViewBalloon.cpp

Removed obsolete comment
This commit is contained in:
senjabl
2019-04-18 11:30:28 +02:00
committed by WandererFan
parent cc823c429c
commit 6bacc2d8ac

View File

@@ -172,7 +172,7 @@ void QGIViewBalloon::onAttachPointPicked(QGIView *view, QPointF pos)
auto bnd = boost::bind(&QGIViewBalloon::parentViewMousePressed, this, _1, _2);
if (balloon->OriginIsSet.getValue() == false) {
/* Move origin by half of cursor size */
balloon->OriginX.setValue(pos.x());
balloon->OriginY.setValue(pos.y());
balloon->OriginIsSet.setValue(true);