Fixed and committed to the SVN.

  Actually It help my find redundant functions  iupTreeDragDropCopyCache
and iupTreeCopyMoveCache. Replaced  iupTreeDragDropCopyCache by
iupTreeCopyMoveCache.

  Thanks for pointing that out.

Best,
Scuri


Em sáb., 4 de jan. de 2020 às 10:29, Ranier Vilela <ranier_...@hotmail.com>
escreveu:

> Hi,
> src\iup_tree.c (line 661)
> Something is wrong with the iupTreeDragDropCopyCache function,
> should the id_src variable be a pointer?
> Because the attribution she receives is without effect.
>
>   /* compensate because we add space for new nodes */
>   if (id_src > id_dst)
>     id_src += count;  // <==  assigned a value that is never used.
>
> regards,
> Ranier Vilela
>
>
> _______________________________________________
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to