Skip to content
Commit 5ab9e701 authored by Ingo Klöcker's avatar Ingo Klöcker
Browse files

Fix check for root of content node tree

showContextMenu() is only called for content nodes from the mime part
tree, but the mime part tree has a separate copy of the node tree.
Therefore, isRoot was always false. Check content->isTopLevel() instead
of comparing pointers.
parent 0b53b367
Pipeline #59419 canceled with stage
in 17 minutes and 3 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment