focus: fall back to old behaviour if we didn't focus anything
authorAdam Williamson <awilliam@redhat.com>
Wed, 2 Nov 2022 00:26:29 +0000 (17:26 -0700)
committerMat <mail@mathias.is>
Sat, 12 Nov 2022 01:37:52 +0000 (03:37 +0200)
commit824ff01eee3080672dd9c77005faca959f33a037
tree89078eea27f6f9ac1477cddf484942ed61bd137f
parent9b74027deaa4995ef582fdaf970ad881c3263cc1
focus: fall back to old behaviour if we didn't focus anything

8455b9ac74 seems to have introduced a problem where we can wind
up focusing no widget at all if the `while (parent)` loop doesn't
find a widget it can successfully move the focus to. This 'fixes'
that by falling back to doing the previous thing if we make it
all the way through that loop without moving the focus. Thanks to
@coreyberla for a hint to improve the implementation.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
gtk/gtkwindow.c