make desktop windows get lowered properly
This commit is contained in:
parent
eb136b9629
commit
871602208a
1 changed files with 1 additions and 1 deletions
|
@ -1217,8 +1217,8 @@ void BScreen::manageWindow(Window w) {
|
||||||
// desktop windows cant do anything, so we remove all the normal window
|
// desktop windows cant do anything, so we remove all the normal window
|
||||||
// stuff from them, they are only kept around so that we can keep them on
|
// stuff from them, they are only kept around so that we can keep them on
|
||||||
// the bottom of the z-order
|
// the bottom of the z-order
|
||||||
addDesktopWindow(win->getClientWindow());
|
|
||||||
win->restore(True);
|
win->restore(True);
|
||||||
|
addDesktopWindow(win->getClientWindow());
|
||||||
delete win;
|
delete win;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue