Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix drag and drop registration #9

Merged
merged 1 commit into from
Jan 15, 2020

Conversation

evanmiller
Copy link

Previously the table grid would fail to register its own drag types unless the client application explicitly called registerDraggedTypes:. This would allow rows and columns to be dragged, but not dropped on the grid. Now we explicitly register the grid's internal types in initWithFrame:.

Previously the table grid would fail to register its own drag types
unless the client application explicitly called registerDraggedTypes:.
This would allow rows and columns to be dragged, but not dropped on the
grid. Now we explicitly register the grid's internal types in
initWithFrame:.
@pixelspark pixelspark self-assigned this Jan 12, 2020
@pixelspark pixelspark merged commit 9be874b into pixelspark:master Jan 15, 2020
@evanmiller evanmiller deleted the dragged-types-fix branch January 16, 2020 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants