The NSFontPanel emits changeFont even when not the active window, and applications are expected to update their views accordingly. As the changeFont action message is sent through the responder chain we were only picking up the changes when the font panel was active, thanks to the NSWindow delegate we were installing on the panel. But when the active window is one of our other windows, we were failing to process the changeFont message in our QNSView. We now handle the message by forwarding it to the font dialog delegate, so that we enter the same code path as before, and emit the right signals for QFontDialog and friends. Pick-to: 6.8 Change-Id: I97427c73fe46f129ca11afa6b2c222bf0f0fb0af Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> (cherry picked from commit 3d42f31243ce52e517e09843b93f40b79925652f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%