https://bugs.kde.org/show_bug.cgi?id=445434
Michael Olbrich <michael.olbr...@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |michael.olbr...@gmx.net Ever confirmed|0 |1 Resolution|WORKSFORME |--- --- Comment #2 from Michael Olbrich <michael.olbr...@gmx.net> --- I don't think that this is fixed: The problem is here and this code is still like this in master: addRatioToComboBox(ratio(QGuiApplication::screenAt(QCursor::pos())->geometry().size()), i18n("This Screen")); QGuiApplication::screenAt() may return nullptr (https://doc.qt.io/qt-5/qguiapplication.html#screenAt). For me this happens happens on Wayland when I have at least two screens. It does not happen with just a single screen. -- You are receiving this mail because: You are watching all bug changes.