----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129663/ -----------------------------------------------------------
Review request for KDE Frameworks, David Faure and Chusslove Illich. Repository: kxmlgui Description ------- Don't try to strip out accelerators in the KToolBar event handler. It makes no sense to me, potentially creates an endless repaint loop and fights with KAcceleratorManager which will constantly re-add accelerators. Diffs ----- src/ktoolbar.cpp 31be9b0 Diff: https://git.reviewboard.kde.org/r/129663/diff/ Testing ------- With this patch not only the control button in Dolphin has an accelerator. Thanks, Martin Tobias Holmedahl Sandsmark