https://bugs.kde.org/show_bug.cgi?id=354558
Fabian Vogt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Fabian Vogt <[email protected]> --- Dolphin does indeed do some weird stuff with its Control button: in DolphinMainWindow::updateControlMenu: // All actions get cleared by QMenu::clear(). The sub-menus are deleted // by connecting to the aboutToHide() signal from the parent-menu. connect(menu, &QMenu::aboutToHide, helpMenu, &QMenu::deleteLater); Is this even necessary? -- You are receiving this mail because: You are watching all bug changes.
