1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

[160404] drop copy + added to icon

This commit is contained in:
David McKnight 2007-01-08 16:18:16 +00:00
parent 009f393206
commit f5264c1a5e

View file

@ -343,6 +343,7 @@ public class SystemViewDataDropAdapter extends ViewerDropAdapter
{
super.dragOver(event);
event.feedback &= ~DND.FEEDBACK_EXPAND;
event.detail = DND.DROP_COPY;
}
}