Minor followup to rotate focus loss - probably no effect
This commit is contained in:
parent
712ed28d69
commit
501e7c5e1a
|
@ -479,10 +479,10 @@ class Window(Container, Gtk.Window):
|
||||||
for term in order:
|
for term in order:
|
||||||
container.add(term)
|
container.add(term)
|
||||||
container.show_all()
|
container.show_all()
|
||||||
sibling.grab_focus()
|
|
||||||
|
|
||||||
while Gtk.events_pending():
|
while Gtk.events_pending():
|
||||||
Gtk.main_iteration_do(False)
|
Gtk.main_iteration_do(False)
|
||||||
|
sibling.grab_focus()
|
||||||
self.set_pos_by_ratio = False
|
self.set_pos_by_ratio = False
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue