https://bugs.kde.org/show_bug.cgi?id=439526
Waqar Ahmed <waqar....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kxmlgui/commit/ab695 | |9ef0fea5879c767df16df27ff55 | |6798570f Status|ASSIGNED |RESOLVED --- Comment #4 from Waqar Ahmed <waqar....@gmail.com> --- Git commit ab6959ef0fea5879c767df16df27ff556798570f by Waqar Ahmed. Committed on 28/07/2021 at 18:53. Pushed by waqar into branch 'master'. commandbar: collect actions using the guiFactory Using `KActionCollection::allCollections` is a really bad idea here because it can lead to actions with same names from different clients being present in the KCommandBar and the user has no way to tell which action is from which client. In Kate, that means for each opened tab you get tons of actions with same name, leading to a really unusable experience for some actions. Signed-off-by: Waqar Ahmed <waqar....@gmail.com> M +28 -2 src/kxmlguiwindow.cpp https://invent.kde.org/frameworks/kxmlgui/commit/ab6959ef0fea5879c767df16df27ff556798570f -- You are receiving this mail because: You are watching all bug changes.