wl_subsurface: fix SurfaceExt::tray_item
This commit is contained in:
parent
8553109dda
commit
b328365043
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ impl SurfaceExt for WlSubsurface {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn tray_item(self: Rc<Self>) -> Option<TrayItemId> {
|
fn tray_item(self: Rc<Self>) -> Option<TrayItemId> {
|
||||||
self.surface.node_tray_item()
|
self.parent.node_tray_item()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue