input: Make sure input backends are initialised when the workspace is set up
The outputs already present upon workspace setup wouldn't signal. This was easily triggered running a standalone kwin session on a tty, it would manifest with the touchscreen not working complaining that it didn't have an output assigned yet. BUG: 466721
This commit is contained in:
parent
9a4ca5ec2b
commit
4bc8cd6c54
1 changed files with 1 additions and 0 deletions
|
@ -2636,6 +2636,7 @@ void InputRedirection::setupWorkspace()
|
|||
|
||||
setupTouchpadShortcuts();
|
||||
setupInputFilters();
|
||||
updateScreens();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue