]> Pileus Git - ~andy/gtk/commitdiff
widget: Allow invisible toplevels to do sizing operations
authorBenjamin Otte <otte@redhat.com>
Thu, 24 Jan 2013 13:25:27 +0000 (14:25 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 24 Jan 2013 13:28:58 +0000 (14:28 +0100)
This is a quickfix to keep things working.

It turns out GtkWindow assumes it can do sizing operations while not
being visible, or while in the process of show()ing/hide()ing itself.
And commit b495ce54 broke these operations.

Figuring this properly requires some more thinking and restructuring on
my part, so for now we relax the requirement of visiblility enough for
these things to start working again.


No differences found