https://bugs.kde.org/show_bug.cgi?id=445277
--- Comment #9 from [email protected] --- Created attachment 143724 --> https://bugs.kde.org/attachment.cgi?id=143724&action=edit more backtraces.txt With kirigami 5.86.0 1 instance of QQuickWindow and 2 instances of QWidgetWindow are created, KeySequenceRecorder is created once for QQuickWindow, an offscreen rendering window, it doesn't have platform window and that's it. With kirigami 5.85.0 1 instance of QQuickWindow and 2 instances of QWidgetWindow are created as well, KeySequenceRecorder is created for QQuickWindow, an offscreen rendering window, then during QQmlEngine::retranslate it's recreated for QWidgetWindow, which has platform window, and it works fine. I'm not sure if KeySequenceRecorder was recreated accidentally, but now when it is not recreated, this issue appears. More backtraces are in attachment. -- You are receiving this mail because: You are watching all bug changes.
