Partial fix for old windows popping to the front when new windows are opened
This commit is contained in:
parent
558350344b
commit
4adfd8e00a
|
@ -237,6 +237,7 @@ class Terminator(Borg):
|
|||
objects = {}
|
||||
|
||||
self.doing_layout = True
|
||||
self.last_active_window = None
|
||||
|
||||
layout = copy.deepcopy(self.config.layout_get_config(layoutname))
|
||||
if not layout:
|
||||
|
|
Loading…
Reference in New Issue