Closed gsxruk closed 6 months ago
Added GetDropTarget() override method to the wxGrid class to match that of the SetDropTarget(wxDropTarget*) method.
GetDropTarget()
wxGrid
SetDropTarget(wxDropTarget*)
Fixes #24447
Fingers crossed I have done everything correctly. Let me know if anything requires changing.
Looks good, thanks! Will merge soon.
Added
GetDropTarget()
override method to thewxGrid
class to match that of theSetDropTarget(wxDropTarget*)
method.Fixes #24447
Fingers crossed I have done everything correctly. Let me know if anything requires changing.