restore inputfocus after assigning window shortcut
BUG: 314760 FIXED-IN: 4.10.1 REVIEW: 108887 (cherry picked from commit e71774897d092327b6d860353658fdaca79f7d0f)
This commit is contained in:
parent
b233288439
commit
e796399cd4
1 changed files with 2 additions and 0 deletions
|
@ -890,6 +890,8 @@ void Workspace::setupWindowShortcutDone(bool ok)
|
|||
client_keys_dialog->deleteLater();
|
||||
client_keys_dialog = NULL;
|
||||
client_keys_client = NULL;
|
||||
if (active_client)
|
||||
active_client->takeFocus(Allowed);
|
||||
}
|
||||
|
||||
void Workspace::clientShortcutUpdated(Client* c)
|
||||
|
|
Loading…
Reference in a new issue