Fixed disabling key repeat on Linux
This commit is contained in:
parent
83fd76c40b
commit
816bc93b04
@ -890,6 +890,13 @@ bool WindowImplX11::processEvent(XEvent windowEvent)
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
// Parent window changed
|
||||
case ReparentNotify :
|
||||
{
|
||||
XSync(m_display, True); // Discard remaining events
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user