Adapt kwin to sliding change in kwaylandserver
This commit is contained in:
parent
b1a115aa76
commit
22ad35e876
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ SlidingPopupsEffect::SlidingPopupsEffect()
|
|||
initConfig<SlidingPopupsConfig>();
|
||||
KWaylandServer::Display *display = effects->waylandDisplay();
|
||||
if (display) {
|
||||
display->createSlideManager(this)->create();
|
||||
display->createSlideManager(this);
|
||||
}
|
||||
|
||||
m_slideLength = QFontMetrics(qApp->font()).height() * 8;
|
||||
|
|
Loading…
Reference in a new issue