Skip to content
Snippets Groups Projects
Commit 3e155ade authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Jean-Baptiste Kempf
Browse files

qt: fix csd resize and scale with mouse in x11

don't let render dummy window eat away mouse events and let it correctly
propagate to the desired location

fixes #27240
fixes erratic CSD resize with x11 compositor
parent a50390b5
No related branches found
No related tags found
1 merge request!2621qt: fix csd resize and scale with mouse in x11
Pipeline #268822 passed with stages
in 31 minutes and 49 seconds
......@@ -335,6 +335,7 @@ CompositorX11RenderWindow::CompositorX11RenderWindow(qt_intf_t* p_intf, xcb_conn
m_stable = new DummyNativeWidget(this);
m_stable->winId();
setTransparentForMouseEvent(QX11Info::connection(), m_stable->winId());
setCentralWidget(m_stable);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment