https://bugs.kde.org/show_bug.cgi?id=382338
RJVB <rjvber...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/kde | |vplatform/4972dd5e10b070f81 | |5822943d9b9efe719ebbcd3 --- Comment #4 from RJVB <rjvber...@gmail.com> --- Git commit 4972dd5e10b070f815822943d9b9efe719ebbcd3 by René J.V. Bertin. Committed on 07/08/2017 at 14:46. Pushed by rjvbb into branch 'master'. fix sortedDocumentList menu not changing focus on Mac Sublime::Container::setCurrentWidget() used a QSignalBlocker to prevent MainWindow::activateView() from being called twice. As a result, the focus wasn't updated when changing documents with the sortedDocumentList menu widget on Mac. This commit fixes that side-effect by using a simpler approach where both functions only take action when setting/activating a widget/view that is not already current. Differential Revision: https://phabricator.kde.org/D7179 M +5 -7 sublime/container.cpp M +1 -1 sublime/mainwindow.cpp https://commits.kde.org/kdevplatform/4972dd5e10b070f815822943d9b9efe719ebbcd3 -- You are receiving this mail because: You are watching all bug changes.