Trigger updateMoveResize after keyboard move
This commit is contained in:
parent
06fc00b4a9
commit
7a64426085
1 changed files with 1 additions and 2 deletions
|
@ -685,9 +685,8 @@ void InputRedirection::processKeyboardKey(uint32_t key, InputRedirection::Keyboa
|
||||||
}
|
}
|
||||||
if (workspace()) {
|
if (workspace()) {
|
||||||
if (Client *c = dynamic_cast<Client*>(workspace()->getMovingClient())) {
|
if (Client *c = dynamic_cast<Client*>(workspace()->getMovingClient())) {
|
||||||
// TODO: this does not yet fully support moving of the Client
|
|
||||||
// cursor events change the cursor and on Wayland pointer warping is not possible
|
|
||||||
c->keyPressEvent(m_xkb->toQtKey(m_xkb->toKeysym(key)));
|
c->keyPressEvent(m_xkb->toQtKey(m_xkb->toKeysym(key)));
|
||||||
|
c->updateMoveResize(m_globalPointer);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue