diff options
author | rncbc <rncbc@rncbc.org> | 2018-12-11 09:53:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-12-19 20:24:55 -0500 |
commit | 8d507420c0e91ed704b692187f9962d7fcf0e15f (patch) | |
tree | 8b907d7b19b93f7facd90231af6e658da1f3e2c1 /NEWS | |
parent | 9a93d3c3b9ffe7ff7fe2602d0523d4f80655e8aa (diff) | |
download | suil-8d507420c0e91ed704b692187f9962d7fcf0e15f.tar.gz suil-8d507420c0e91ed704b692187f9962d7fcf0e15f.tar.bz2 suil-8d507420c0e91ed704b692187f9962d7fcf0e15f.zip |
Fix qt5_in_gtk2 wrapper
Removes the built-in QApplication instantiation and postpones the deletion of
the embedded QWidget. This makes UIs work more nicely in hosts like Ardour.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,8 +2,9 @@ suil (0.10.1) unstable; * Add support for Cocoa in Qt5 * Fix resizing and add idle and update rate support for Qt5 in Gtk2 + * Fix various issues with Qt5 in Gtk2 - -- David Robillard <d@drobilla.net> Tue, 03 Oct 2017 22:11:49 +0200 + -- David Robillard <d@drobilla.net> Wed, 19 Dec 2018 20:24:50 -0500 suil (0.10.0) stable; |