https://bugs.kde.org/show_bug.cgi?id=508513
--- Comment #2 from Ralf Habacker <[email protected]> --- Git commit 6693b7ae74883b31ffa5735499e55dd25d65f7b0 by Ralf Habacker. Committed on 26/08/2025 at 14:56. Pushed by habacker into branch 'master'. Fixed missing entries for showing/hiding in the settings menu The corresponding menu entries were not displayed in the settings menu because the associated actions were initialized too late. They must be present before the umbrelloui.rc file is loaded. To fix the problem, the initialization of actions in the UMLAppPrivate class has been moved to a new method initActions() and the window creating moved from UMLApp::initView() to UMLAppPrivate::initWidgets(). Furthermore setting the visual state of the related menu entries has also been fixed. M +5 -9 umbrello/uml.cpp M +1 -1 umbrello/uml.h M +43 -21 umbrello/umlappprivate.h https://invent.kde.org/sdk/umbrello/-/commit/6693b7ae74883b31ffa5735499e55dd25d65f7b0 -- You are receiving this mail because: You are watching all bug changes.
