Use base implementation of dragAcceptFiles in wxOSX
As is done in wxGTK implementation. Closes https://github.com/wxWidgets/wxWidgets/pull/1116
This commit is contained in:
committed by
Vadim Zeitlin
parent
eaafd0cb1d
commit
22fc3cff8f
@@ -125,8 +125,6 @@ public:
|
||||
#if wxUSE_DRAG_AND_DROP
|
||||
virtual void SetDropTarget( wxDropTarget *dropTarget ) wxOVERRIDE;
|
||||
|
||||
// Accept files for dragging
|
||||
virtual void DragAcceptFiles( bool accept ) wxOVERRIDE;
|
||||
#endif
|
||||
|
||||
// implementation from now on
|
||||
|
Reference in New Issue
Block a user