1.1 --- a/mapeditor.cpp Mon Jul 27 12:53:17 2009 +0000
1.2 +++ b/mapeditor.cpp Mon Aug 03 10:42:12 2009 +0000
1.3 @@ -1059,6 +1059,7 @@
1.4 "moveRel "+pnow,
1.5 QString("Move %1 to relative position %2").arg(model->getObjectName(seli)).arg(pnow));
1.6
1.7 + cout << "ME::release mouse\n";
1.8 fio->getParObj()->requestReposition();
1.9 model->reposition();
1.10 }
1.11 @@ -1417,10 +1418,10 @@
1.12
1.13 if (ti->isBranchLikeType())
1.14 {
1.15 + // cout << " ->updating...\n";
1.16 BranchObj *bo=(BranchObj*) ( ((MapItem*)ti)->getLMO());
1.17 bo->updateData();
1.18 }
1.19 -
1.20 }
1.21
1.22 void MapEditor::setSelectionColor (QColor col)