gtoolkit
gtoolkit copied to clipboard
[Views]: Context Menu Broken for Columned Trees
I'm trying to get a context menu in a columned tree view. I copy/pasted the approach from GtGitRepository>>#gtCommitsFor:'s columnedList view, but I only get an empty menu.
Per @girba's suggestion, I also checked for a non-composite view with the same result.

Probably related to #2526
Fixed by commits in #2527
I confirm this appears to be working now even for the composite case originally reported