Merge branch 'Plasma/5.14'

This commit is contained in:
Martin Flöser 2019-01-05 09:02:11 +01:00
commit a3bebb2fb8

View file

@ -146,6 +146,7 @@ void X11StandalonePlatform::createPlatformCursor(QObject *parent)
m_xinputIntegration->setCursor(c);
// we know we have xkb already
auto xkb = input()->keyboard()->xkb();
xkb->setConfig(kwinApp()->kxkbConfig());
xkb->reconfigure();
}
#endif