store focusMousePosition on unmapNotify events
BUG: 92290 FIXED-IN: 4.9 REVIEW: 104620
This commit is contained in:
parent
651d4e4fbf
commit
603eaca9d4
1 changed files with 1 additions and 0 deletions
|
@ -1588,6 +1588,7 @@ bool Unmanaged::windowEvent(XEvent* e)
|
|||
}
|
||||
switch(e->type) {
|
||||
case UnmapNotify:
|
||||
workspace()->updateFocusMousePosition(QCursor::pos());
|
||||
unmapNotifyEvent(&e->xunmap);
|
||||
break;
|
||||
case MapNotify:
|
||||
|
|
Loading…
Reference in a new issue