tabbox: Port away from Window::desktop
This commit is contained in:
parent
2c12a6a417
commit
0d11a09010
1 changed files with 1 additions and 1 deletions
|
@ -943,7 +943,7 @@ void TabBox::CDEWalkThroughWindows(bool forward)
|
|||
shadeActivate(nc);
|
||||
} else {
|
||||
if (!nc->isOnCurrentDesktop()) {
|
||||
VirtualDesktopManager::self()->setCurrent(nc->desktop());
|
||||
VirtualDesktopManager::self()->setCurrent(nc->desktops().constLast());
|
||||
}
|
||||
Workspace::self()->raiseWindow(nc);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue