Skip to content

Commit

Permalink
should not commit this late at night.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrose committed Mar 1, 2023
1 parent ed763df commit d6d9cce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terminatorlib/terminator.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ def layout_done(self):
"""Layout operations have finished, record that fact"""
self.doing_layout = False
maker = Factory()
t = 0

window_last_active_term_mapping = {}
for window in self.windows:
Expand Down Expand Up @@ -350,7 +351,7 @@ def layout_done(self):
# last_active_window is focussed.
if self.last_active_window:
window = self.find_window_by_uuid(self.last_active_window.urn)
window.present_with_time(0)
window.present_with_time(t)
window.set_focus()
self.prelayout_windows = None

Expand Down

0 comments on commit d6d9cce

Please sign in to comment.