Skip to content
Snippets Groups Projects
Commit 8e544efa authored by Thomas Lübking's avatar Thomas Lübking
Browse files

store focusMousePosition on unmapNotify events

BUG: 92290
FIXED-IN: 4.9
REVIEW: 104620
parent 1f571f40
No related branches found
No related tags found
No related merge requests found
......@@ -1588,6 +1588,7 @@ bool Unmanaged::windowEvent(XEvent* e)
}
switch(e->type) {
case UnmapNotify:
workspace()->updateFocusMousePosition(QCursor::pos());
unmapNotifyEvent(&e->xunmap);
break;
case MapNotify:
......
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