commit
c066480e31
1 changed files with 7 additions and 3 deletions
|
@ -651,9 +651,13 @@ impl Render for PanelButtons {
|
|||
&& panel.position_is_valid(position, cx)
|
||||
{
|
||||
let panel = panel.clone();
|
||||
menu = menu.entry(position.to_label(), None, move |cx| {
|
||||
panel.set_position(position, cx);
|
||||
})
|
||||
menu = menu.entry(
|
||||
format!("Dock {}", position.to_label()),
|
||||
None,
|
||||
move |cx| {
|
||||
panel.set_position(position, cx);
|
||||
},
|
||||
)
|
||||
}
|
||||
}
|
||||
menu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue