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

Impossible to drag'n'drop onto active NListtree node #13

Open
Futaura opened this issue Apr 1, 2023 · 0 comments
Open

Impossible to drag'n'drop onto active NListtree node #13

Futaura opened this issue Apr 1, 2023 · 0 comments

Comments

@Futaura
Copy link

Futaura commented Apr 1, 2023

Consider the situation where you wish to drop some item from another object onto a NListtree object. This works as expected, unless you drop onto an active node entry (or any children), due to the following code:

if(IsXChildOfListMember(data->DropTarget, &data->SelectedTable) == NULL)

The code is understandable if you are drag sorting within the NListtree, but not when the source is a different object.

Additionally, MUIM_NListtree_DropType allows an application to modify the drop type and position. However, it completely ignores any changes made to the position.

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

No branches or pull requests

1 participant