Update libcosmic

This commit is contained in:
Jeremy Soller 2024-02-27 10:28:53 -07:00
parent 34c66caac5
commit bc9aa01ae2
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 18 additions and 19 deletions

View file

@ -2214,10 +2214,9 @@ impl Application for App {
}
let mut popover = widget::popover(text_box);
if let Some(point) = tab.context_menu {
let rounded = Point::new(point.x.round(), point.y.round());
popover = popover
.popup(menu::context_menu(&self.key_binds, tab_id))
.position(rounded);
.position(widget::popover::Position::Point(point));
}
tab_column = tab_column.push(popover);
if !status.is_empty() {