You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
nlist/nlisttree_mcc/NListtree.c
Line 6090 in a48723d
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.The text was updated successfully, but these errors were encountered: