Page 1 of 1

Context Menu does not appear if TreeView has more than 1 column on Linux

Posted: Sat Mar 20, 2021 11:02 pm
by amiga23
If I have a TreeView with one column, context menu works fine.

If I add a second column (no matter if hidden or not) the context menu does not appear anymore.

Only tested on Linux (AMD64) so far.

Re: Context Menu does not appear if TreeView has more than 1 column on Linux

Posted: Sun Mar 21, 2021 1:53 pm
by airsoftsoftwair
Confirmed, will be fixed.

Re: Context Menu does not appear if TreeView has more than 1 column on Linux

Posted: Sun May 02, 2021 7:27 pm
by airsoftsoftwair

Code: Select all

- Fix [Windows/macOS/Linux]: Area.ContextMenu didn't work with Treeview class when Treeview.ForceMode was
  set to "Dataview" and with Listview class when Listview.ForceMode was set to "Dataview"; note that
  "Dataview" is also automatically chosen by RapaGUI in case certain features require it, e.g. multiple
  columns in a TreeView widget will automatically activate dataview mode