diff -r 53e51e8d47e7 -r 716a777c1c98 mapeditor.cpp --- a/mapeditor.cpp Thu Jan 22 15:40:08 2009 +0000 +++ b/mapeditor.cpp Fri Jan 30 09:14:12 2009 +0000 @@ -537,19 +537,22 @@ if (lmo) { + /* cout << "ME::mouse pressed\n"; cout << " lmo="<getTreeItem(); + /* cout << " lmo="<row()<<","<column()<<") = "<index( ti->row(), ti->column(), model->index (0,0,QModelIndex()) ); - QModelIndex ix=model->index(ti); - model->getSelectionModel()->select (ix,QItemSelectionModel::ClearAndSelect ); + model->select (ti); // Left Button Move Branches if (e->button() == Qt::LeftButton )