1
0
Fork 0
forked from wry/wry

xdg-popup: fix XdgPopup::node_output

This commit is contained in:
Julian Orth 2025-07-19 21:44:56 +02:00
parent d971b712e1
commit 0253f10dcc

View file

@ -317,7 +317,7 @@ impl Node for XdgPopup {
}
fn node_output(&self) -> Option<Rc<OutputNode>> {
self.xdg.workspace.get().map(|w| w.output.get())
Some(self.xdg.surface.output.get())
}
fn node_location(&self) -> Option<NodeLocation> {