doubleclick event on TreeView leads to SegmentationFault on Linux

Discuss GUI programming with the RapaGUI plugin here
Post Reply
amiga23
Posts: 33
Joined: Thu Jan 30, 2014 6:01 pm

doubleclick event on TreeView leads to SegmentationFault on Linux

Post by amiga23 »

On Linux (Gnome 3.38 AMD64) adding the doubleclick event listener to TreeView leads to SegmentationFault on double-click.

Code: Select all

<treeview id="tv" notify="active" contextmenu="ctxtmenu">    ----> works fine, but no doubleclick event
<treeview id="tv" notify="active; doubleclick" contextmenu="ctxtmenu">  ----> Segmentation Fault when double-clicking on node, subnode or leaf
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: doubleclick event on TreeView leads to SegmentationFault on Linux

Post by airsoftsoftwair »

This is fixed in RapaGUI 2.0 and has been reported here already.
Post Reply