mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
Finish off PiP
This commit is contained in:
parent
aac2156499
commit
55a53a2576
14 changed files with 293 additions and 21 deletions
|
|
@ -228,6 +228,9 @@ NS_IMETHODIMP nsXULWindow::SetZLevel(uint32_t aLevel)
|
|||
}
|
||||
|
||||
// do it
|
||||
if (mWindow) {
|
||||
mWindow->SetAlwaysOnTop(aLevel >= nsIXULWindow::raisedZ);
|
||||
}
|
||||
mediator->SetZLevel(this, aLevel);
|
||||
PersistentAttributesDirty(PAD_MISC);
|
||||
SavePersistentAttributes();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue