Merge branch 'Plasma/5.14'
This commit is contained in:
commit
a3bebb2fb8
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ void X11StandalonePlatform::createPlatformCursor(QObject *parent)
|
||||||
m_xinputIntegration->setCursor(c);
|
m_xinputIntegration->setCursor(c);
|
||||||
// we know we have xkb already
|
// we know we have xkb already
|
||||||
auto xkb = input()->keyboard()->xkb();
|
auto xkb = input()->keyboard()->xkb();
|
||||||
|
xkb->setConfig(kwinApp()->kxkbConfig());
|
||||||
xkb->reconfigure();
|
xkb->reconfigure();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue