DoubleClick on ListViews on OSX

Discuss GUI programming with the RapaGUI plugin here
Post Reply
davec
Posts: 21
Joined: Thu Sep 03, 2020 10:39 pm

DoubleClick on ListViews on OSX

Post by davec »

Howdy,
It looks like the DoubleClick notification is fired on ListViews on Mac when you double click on the ColumnTitles. Doesn't seem to do that on Windows.
Would prefer for it to not be activated on title clicks if possible, if not, is there a workaround on Mac to detect that the title has been double clicked?

Thanks
Dave
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: DoubleClick on ListViews on OSX

Post by airsoftsoftwair »

Looks like a bug. There's probably no workaround. Maybe try listening to Listview.TitleClick as well and see if the events come in at about the same time? But that's rather ugly :)
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: DoubleClick on ListViews on OSX

Post by airsoftsoftwair »

Code: Select all

- Fix [macOS]: Listview.DoubleClick is no longer generated for double clicks on the listview header when in dataview mode
Post Reply