effects/slide: apply slide setting for docks to applet panels
Otherwise they detach from panels, which looks weird
This commit is contained in:
parent
835dc7c818
commit
11ad5fea9a
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ QPoint SlideEffect::getDrawCoords(QPointF pos, EffectScreen *screen)
|
||||||
bool SlideEffect::isTranslated(const EffectWindow *w) const
|
bool SlideEffect::isTranslated(const EffectWindow *w) const
|
||||||
{
|
{
|
||||||
if (w->isOnAllDesktops()) {
|
if (w->isOnAllDesktops()) {
|
||||||
if (w->isDock()) {
|
if (w->isDock() || w->isAppletPopup()) {
|
||||||
return m_slideDocks;
|
return m_slideDocks;
|
||||||
}
|
}
|
||||||
if (w->isDesktop()) {
|
if (w->isDesktop()) {
|
||||||
|
|
Loading…
Reference in a new issue