https://bugs.kde.org/show_bug.cgi?id=398729
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri |ta/f2f2be209d8d40a5e7df97f6 |ta/7ab3b432124fbc28c014b0e2 |d259e14818355a4c |e123bf62ce95e990 --- Comment #3 from Boudewijn Rempt <b...@valdyas.org> --- Git commit 7de91a765bb10fe4c55ef851bd157177618a8171 by Boudewijn Rempt. Committed on 24/09/2018 at 06:57. Pushed by rempt into branch 'krita/4.1'. Remove the shortcuts from the mdi window's system menu's actions Just changing the scope isn't enough: people also want to be able to configure the the close window action. Fortunately, that turns out to be quite possible. Related: bug 375524, bug 352205 M +8 -8 libs/ui/KisMainWindow.cpp https://commits.kde.org/krita/7de91a765bb10fe4c55ef851bd157177618a8171 --- Comment #4 from Boudewijn Rempt <b...@valdyas.org> --- Git commit 7ab3b432124fbc28c014b0e2e123bf62ce95e990 by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 24/09/2018 at 06:57. Pushed by rempt into branch 'krita/4.1'. Fix a Ctrl+W shortcut conflict Another action is created by Qt in QMdiSubWindowPrivate::createSystemMenu(). Since we cannot remove it, we should just let it work. M +24 -4 libs/ui/KisMainWindow.cpp https://commits.kde.org/krita/7ab3b432124fbc28c014b0e2e123bf62ce95e990 -- You are receiving this mail because: You are watching all bug changes.