mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 08:45:44 +02:00
[142947] Fix build error against Eclipse 3.3 M5 due to SWT drag&drop change
This commit is contained in:
parent
c6ff411efd
commit
8cad903b9c
1 changed files with 2 additions and 1 deletions
|
@ -144,7 +144,8 @@ public class SystemViewDataDragAdapter extends DragSourceAdapter
|
|||
{
|
||||
event.doit = true;
|
||||
event.detail = DND.DROP_COPY;
|
||||
event.feedback = DND.FEEDBACK_INSERT_AFTER;
|
||||
////FIXME as per bug [142947], drag under feedback now works differently in SWT
|
||||
//event.feedback = DND.FEEDBACK_INSERT_AFTER;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue