Fix inverted capture-by-default setting
This commit is contained in:
parent
68acf969f2
commit
f926ad9b5e
1 changed files with 1 additions and 1 deletions
|
|
@ -1131,7 +1131,7 @@ void Session::exec(int displayOriginX, int displayOriginY)
|
|||
// Capture the mouse in relative mode by default on release builds only.
|
||||
// This prevents the mouse from becoming trapped inside Moonlight when
|
||||
// it's halted at a debug break.
|
||||
#ifndef QT_DEBUG
|
||||
#ifdef QT_DEBUG
|
||||
if (prefs.absoluteMouseMode)
|
||||
#endif
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue