Added XFlush call to WindowImplX11::setMouseCursor
This commit is contained in:
parent
3557c46ae6
commit
241b542ca3
@ -1112,6 +1112,7 @@ void WindowImplX11::setMouseCursor(const CursorImpl& cursor)
|
||||
{
|
||||
m_lastCursor = cursor.m_cursor;
|
||||
XDefineCursor(m_display, m_window, m_lastCursor);
|
||||
XFlush(m_display);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user