Partial fix for old windows popping to the front when new windows are opened

This commit is contained in:
Stephen Boddy 2017-02-04 04:13:24 +01:00
parent 558350344b
commit 4adfd8e00a
1 changed files with 1 additions and 0 deletions

View File

@ -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: