Do not remove focus from the last_active_window

This caused all the new windows to be unfocused, forcing the user to
manually focus one.
The 'last_active_window' feature might be broken anyway.
This commit is contained in:
Vulcalien 2023-03-11 12:48:20 +01:00
parent 3d79ca5072
commit d8852f1e54
1 changed files with 0 additions and 1 deletions

View File

@ -355,7 +355,6 @@ class Terminator(Borg):
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):