mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-12-25 00:31:39 +03:00
fix critical crash with multi-popups
This commit is contained in:
parent
a3860e99cb
commit
51dfc0f9c9
@ -84,6 +84,7 @@ void Events::listener_newPopupXDG(void* owner, void* data) {
|
||||
PNEWPOPUP->popup = WLRPOPUP;
|
||||
PNEWPOPUP->lx = &PWINDOW->m_vEffectivePosition.x;
|
||||
PNEWPOPUP->ly = &PWINDOW->m_vEffectivePosition.y;
|
||||
PNEWPOPUP->parentWindow = PWINDOW;
|
||||
createNewPopup(WLRPOPUP, PNEWPOPUP);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user