Commit cc5689ba authored by Don Gagne's avatar Don Gagne

Merge pull request #2366 from DonLakeFlyer/ItemDelete

After last delete don't move to invalid home position
parents 3c690329 9e325c36
......@@ -322,7 +322,7 @@ QGCView {
function updateItemIndicator()
{
if (object.isCurrentItem) {
if (object.isCurrentItem && itemIndicator.visible) {
if (object.specifiesCoordinate) {
// Setup our drag item
if (object.sequenceNumber != 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment