Update libcosmic
This commit is contained in:
parent
34c66caac5
commit
bc9aa01ae2
2 changed files with 18 additions and 19 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue