I missed one propagateClients() call.

svn path=/trunk/kdebase/kwin/; revision=197007
icc-effect-5.14.5
Luboš Luňák 2003-01-02 17:09:00 +00:00
parent a4b6ba8032
commit 67b77176dd
1 changed files with 1 additions and 0 deletions

View File

@ -1301,6 +1301,7 @@ void Workspace::circulateDesktopApplications()
new_stack[i++] = (*it)->winId();
XRestackWindows(qt_xdisplay(), new_stack, i);
delete [] new_stack;
propagateClients( true, false );
}
void Workspace::addClient( Client* c )