Re: [Iup-users] segfault using Lua iup.list dropdown on ubuntu 16.10
Brought to you by:
scuri
|
From: reyalp <re...@gm...> - 2017-03-06 06:03:12
|
I know this is a late reply, but FWIW I verified that that IUP 3.21 resolves the dropdown segfault under ubuntu 16.10 for my application. Thanks again! On Thu, Jan 5, 2017 at 9:47 AM, Antonio Scuri <ant...@gm...> wrote: > Hi, > > Just fixed and commited to SVN: > > Fixed: crash at IupList in GTK 3.20 when DROPDOWN=Yes and EDITBOX=NO. But in > that case keyboard, focus and enter/leave window callbacks stopped working. > > GTK changed how things are done for the control and those callbacks are > not working anymore. There is still work to do, but the crash is gone. > > Best, > Scuri > > |