=== modified file 'terminatorlib/window.py' --- terminatorlib/window.py 2015-09-19 03:25:25 +0000 +++ terminatorlib/window.py 2015-11-25 22:24:27 +0000 @@ -543,10 +543,10 @@ for p in paned: p.rotate(widget, clockwise) self.show_all() - widget.grab_focus() while Gtk.events_pending(): Gtk.main_iteration_do(False) + widget.grab_focus() self.set_pos_by_ratio = False def get_visible_terminals(self):