emit activate when the screen changes and is actually an used screen
svn path=/trunk/KDE/kdelibs/; revision=982318
This commit is contained in:
parent
b3c9d74f0a
commit
06c17a9583
@ -918,6 +918,10 @@ void Containment::setScreen(int newScreen, int newDesktop)
|
||||
}
|
||||
|
||||
d->checkRemoveAction();
|
||||
|
||||
if (newScreen >= 0) {
|
||||
emit activate();
|
||||
}
|
||||
}
|
||||
|
||||
int Containment::screen() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user