Skip to content

Set a transientParent for the FolderView ContextMenu

David Redondo requested to merge work/davidre/foldercontextmenu into master

We already had the possibility to specify a visualParent but never did. The positioning below the parent is not optimal because the Delegates include the spacing between rows at their bottom which was likely never discovered because the visualParent was never set. So just set it always to the cursor position. CCBUG:417378

Merge request reports