Skip to content

ContainmentItem: keep the context menu

Fushan Wen requested to merge work/fuf/QTBUG-122409 into master

It's inefficient to recreate the menu on each right click, which also causes the menu item to become inaccessible because the accessible interface of a menu item will check the first menu's existence.

See also https://bugreports.qt.io/browse/QTBUG-122409

Merge request reports