mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove deprecated cast
This commit is contained in:
parent
f6b34352e4
commit
2b2ffd00de
1 changed files with 0 additions and 5 deletions
|
|
@ -151,11 +151,6 @@ impl Suggestion {
|
||||||
item.request.clone(),
|
item.request.clone(),
|
||||||
)); // @TODO
|
)); // @TODO
|
||||||
}
|
}
|
||||||
self.popover
|
|
||||||
.child()
|
|
||||||
.unwrap()
|
|
||||||
.downcast_ref::<gtk::ScrolledWindow>()
|
|
||||||
.unwrap();
|
|
||||||
self.popover.popup();
|
self.popover.popup();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue