Skip to content

Allow right click menu anywhere in filesystem dock

Created by: MillionOstrich

Fixes the second issue in #12322 (closed)

Allows right click menu anywhere on the folder tree or files list rather than just ontop of items.

This has been done by setting the mouse filter to pass on the tree & item list controls, rather than using the _rmb_select callbacks as these only fire if an item was actually clicked. There may be a nicer or different way to go about this that i am missing though.

Merge request reports