shell: Fix global+static mode
This commit is contained in:
parent
4a9afd0572
commit
f4476b10f2
2 changed files with 15 additions and 5 deletions
|
|
@ -693,7 +693,6 @@ impl State {
|
|||
.cloned()
|
||||
{
|
||||
let idx = self.common.shell.workspaces.active_num(&prev_output);
|
||||
seat.set_active_output(&prev_output);
|
||||
if let Some(new_pos) = self.common.shell.activate(&prev_output, idx) {
|
||||
seat.set_active_output(&prev_output);
|
||||
if let Some(ptr) = seat.get_pointer() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue