layout: only arrange on user command if layout is active
This commit is contained in:
parent
765a3f4aff
commit
416fdc8d06
@ -77,5 +77,5 @@ pub fn sendLayoutCmd(
|
|||||||
} else return;
|
} else return;
|
||||||
|
|
||||||
layout.layout.sendUserCommand(args[2]);
|
layout.layout.sendUserCommand(args[2]);
|
||||||
output.arrangeViews();
|
if (layout == output.current.layout) output.arrangeViews();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user