|
|
|
@ -1007,7 +1007,8 @@ void Workspace::slotEnsureClientVisible( KWin::Window* activatedClient ) |
|
|
|
{ |
|
|
|
{ |
|
|
|
// This also should be made screen-aware
|
|
|
|
// This also should be made screen-aware
|
|
|
|
if ((!activatedClient) || |
|
|
|
if ((!activatedClient) || |
|
|
|
activatedClient->isDesktop()) //small optimization
|
|
|
|
activatedClient->isDesktop() || |
|
|
|
|
|
|
|
activatedClient->isDock()) |
|
|
|
return; |
|
|
|
return; |
|
|
|
auto activatedOutput = activatedClient->output(); |
|
|
|
auto activatedOutput = activatedClient->output(); |
|
|
|
QRect screenGeo = activatedClient->output()->geometry(); |
|
|
|
QRect screenGeo = activatedClient->output()->geometry(); |
|
|
|
|