Running into an issue with IUP unexpectedly exiting app

Simple Lua script:

dlg = iup.dialog{iup.list{expand="YES",showdragdrop="YES"}}
dlg:showxy(iup.CENTER,iup.CENTER)
iup.MainLoop()

Now click on the lower area of the list box (below the empty list item
placeholder), the executable quits without warning.

Remove the showdragdrop setting and everything works fine.

This is on Win10.

Scott


_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to