stack: Remember position during continuous move action
This commit is contained in:
parent
e116f20396
commit
638684642c
4 changed files with 30 additions and 10 deletions
|
|
@ -2349,7 +2349,7 @@ impl Shell {
|
|||
if (focused.is_stack() && !is_dialog && !should_be_fullscreen && !should_be_maximized)
|
||||
&& !(workspace.is_tiled(&focused) && floating_exception)
|
||||
{
|
||||
focused.stack_ref().unwrap().add_window(window, None);
|
||||
focused.stack_ref().unwrap().add_window(window, None, None);
|
||||
if was_activated {
|
||||
workspace_state.add_workspace_state(&workspace_handle, WState::Urgent);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue