Support or disable "insert" for drag/drop wxDataViewCtrl on OSX, missed one part
see #18167
This commit is contained in:
parent
d3e8d3f271
commit
85c2877a6c
1 changed files with 0 additions and 1 deletions
|
|
@ -677,7 +677,6 @@ outlineView:(NSOutlineView*)outlineView
|
|||
-(NSDragOperation) outlineView:(NSOutlineView*)outlineView validateDrop:(id<NSDraggingInfo>)info proposedItem:(id)item proposedChildIndex:(NSInteger)index
|
||||
{
|
||||
wxUnusedVar(outlineView);
|
||||
wxUnusedVar(index);
|
||||
|
||||
return [self setupAndCallDataViewEvents:wxEVT_DATAVIEW_ITEM_DROP_POSSIBLE dropInfo:info item:item proposedChildIndex:index];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue