From 3cb52c4898cb387d1e9b185479e4187f2a1a711a Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Mon, 13 Apr 2020 19:25:37 +0200 Subject: Parially refactor commands to take a *Seat --- src/view.zig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/view.zig') diff --git a/src/view.zig b/src/view.zig index 191bcf8..aa35887 100644 --- a/src/view.zig +++ b/src/view.zig @@ -145,7 +145,8 @@ pub const View = struct { // If the view being unmapped is focused if (current_focus == view) { // Focus the previous view. This clears the focus if there are no visible views. - root.focusPrevView(); + // FIXME: must be fixed in next commit adding focus stack + //root.focusPrevView(); } } -- cgit v1.2.3