restore inputfocus after assigning window shortcut
BUG: 314760 FIXED-IN: 4.10.1 REVIEW: 108887
This commit is contained in:
parent
9af0232217
commit
036794e7de
1 changed files with 2 additions and 0 deletions
|
@ -897,6 +897,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