Skip to content

Commit

Permalink
Merge pull request #726 from Vulcalien/master
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrose authored Mar 12, 2023
2 parents 3d79ca5 + d8852f1 commit a38152d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terminatorlib/terminator.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ def layout_done(self):
if self.last_active_window:
window = self.find_window_by_uuid(self.last_active_window.urn)
window.present_with_time(t)
window.set_focus()
self.prelayout_windows = None

def on_gtk_theme_name_notify(self, settings, prop):
Expand Down

0 comments on commit a38152d

Please sign in to comment.