widget: Fix accessible hidden state
authorMatthias Clasen <mclasen@redhat.com>
Tue, 20 Jun 2023 14:40:12 +0000 (10:40 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 20 Jun 2023 14:40:12 +0000 (10:40 -0400)
commit63534fd9eb532d8a37ce0762d206885c53c5919a
tree9c5a7149d48821810f17dd5a03b7baadafa90111
parente836e3380e1f2a78010c8caa530b449212075469
widget: Fix accessible hidden state

Make this track the widgets' mapped state
instead of visible. Also, set hidden to FALSE
initially, since the accessible name computation
checks for hidden==FALSE.
gtk/gtkwidget.c