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:
parent
009f393206
commit
f5264c1a5e
1 changed files with 1 additions and 0 deletions
|
@ -343,6 +343,7 @@ public class SystemViewDataDropAdapter extends ViewerDropAdapter
|
|||
{
|
||||
super.dragOver(event);
|
||||
event.feedback &= ~DND.FEEDBACK_EXPAND;
|
||||
event.detail = DND.DROP_COPY;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue