| [news.eclipse.tools.gef] Re: EditPart can't receive REQ_OPEN and REQ_SELECTION request |
SelectEditPartTracker is going to select the part when it will already have been selected by the native Tree. "vince" <fiustudent@xxxxxxxxxxx> wrote in message news:dj6d6t$h73$1@xxxxxxxxxxxxxxxxxxx > With your help, I finally figured it out it's because > AbstractTreeEditpart.getDragTracker simply return null while actually a > SelectEditPartTracker is needed. > > Thank you very much!