We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ea4de commit 5703fbaCopy full SHA for 5703fba
src/wayland/session_lock/surface.cpp
@@ -81,6 +81,8 @@ void QSWaylandSessionLockSurface::ext_session_lock_surface_v1_configure(
81
quint32 width,
82
quint32 height
83
) {
84
+ if (!this->window()) return;
85
+
86
this->ack_configure(serial);
87
88
this->size = QSize(static_cast<qint32>(width), static_cast<qint32>(height));
0 commit comments