Skip to content

Commit

Permalink
Attempt to fix web bots dialog not always appearing on Wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Oct 31, 2024
1 parent 940c307 commit 643b18c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions qtwayland_6.8.0/0007-always-resize-after-swap.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/src/client/qwaylandwindow.cpp b/src/client/qwaylandwindow.cpp
index f44067a0..903a70f7 100644
--- a/src/client/qwaylandwindow.cpp
+++ b/src/client/qwaylandwindow.cpp
@@ -51,7 +51,7 @@ QWaylandWindow::QWaylandWindow(QWindow *window, QWaylandDisplay *display)
, mDisplay(display)
, mSurfaceLock(QReadWriteLock::Recursive)
, mShellIntegration(display->shellIntegration())
- , mResizeAfterSwap(qEnvironmentVariableIsSet("QT_WAYLAND_RESIZE_AFTER_SWAP"))
+ , mResizeAfterSwap(true)
{
{
bool ok;

0 comments on commit 643b18c

Please sign in to comment.