mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-03 00:06:09 +00:00
Fix clearing the wrong flag when activating mouse capture
This commit is contained in:
parent
7172cfd889
commit
f49d6e15a4
@ -1476,7 +1476,7 @@ void Session::exec(int displayOriginX, int displayOriginY)
|
|||||||
// is set up, this ensures the window re-creation is already done.
|
// is set up, this ensures the window re-creation is already done.
|
||||||
if (needsPostDecoderCreationCapture) {
|
if (needsPostDecoderCreationCapture) {
|
||||||
m_InputHandler->setCaptureActive(true);
|
m_InputHandler->setCaptureActive(true);
|
||||||
needsFirstEnterCapture = false;
|
needsPostDecoderCreationCapture = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user