Merge branch 'popover' into 'master'
popover: Allow spanning outside panel area See merge request Librem5/squeekboard!455
This commit is contained in:
@ -401,6 +401,7 @@ pub fn show(
|
||||
width: position.width.floor() as i32,
|
||||
height: position.width.floor() as i32,
|
||||
});
|
||||
menu.set_constrain_to(gtk::PopoverConstraint::None);
|
||||
|
||||
if let Some(current_layout) = get_current_layout(manager, &system_layouts) {
|
||||
let current_name_variant = choices.iter()
|
||||
|
||||
Reference in New Issue
Block a user