diff options
author | Robin Gareus <robin@gareus.org> | 2020-04-10 21:20:04 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-04-10 21:58:55 +0200 |
commit | 4912f67839be6992b09a80a7b605cfb26f8024d3 (patch) | |
tree | 04f356e482bf387be40ceeec98be039236162679 /NEWS | |
parent | 967c197a1f53903ccbda84e32357f1d2b221a7f1 (diff) | |
download | suil-4912f67839be6992b09a80a7b605cfb26f8024d3.tar.gz suil-4912f67839be6992b09a80a7b605cfb26f8024d3.tar.bz2 suil-4912f67839be6992b09a80a7b605cfb26f8024d3.zip |
Ensure that XSizeHints are set and updated
This fixes the following regression introduced in db07a21d484:
* The window may not have been realized when wrapper_wrap is called, in which
case XSizeHints were not set.
* Changes to XSizeHints were never queried, so the original mininum size was
enforced even when the window called ui:resize().
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ suil (0.10.7) unstable; + * Fix X11 in Gtk size regressions (thanks Robin Gareus) * Fix compilation on MacOS older than 10.12 * Fix drag and drop for X11 in Gtk |