xdg-popup: fix XdgPopup::node_output
This commit is contained in:
parent
d971b712e1
commit
0253f10dcc
1 changed files with 1 additions and 1 deletions
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue