GNOME Bugzilla – Bug 696187
Window size not restored on hide+show with set_default_size
Last modified: 2013-05-31 22:25:27 UTC
I've got an application with a window that has a default size. Before commit [b495ce5 widget: Give some meaning to "visible"], calling hide() and then show() would result in the window having either the default size or the size changed by the user, which was really useful. After the commit, the size is not restored when the window is programmatically shown again, is this a bug?
Created attachment 239352 [details] Micro example using gjs Here's a very short test program using gjs that changes the visibility of a dummy window periodically to show the problem.
This is fixed in master and 3.8.2. *** This bug has been marked as a duplicate of bug 696882 ***