diff options
author | David Robillard <d@drobilla.net> | 2016-10-14 18:56:22 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-10-14 18:56:22 -0400 |
commit | 1c1f35cf8914de40cd6db435af764067344d258f (patch) | |
tree | 1e936be6419bb9c2cdd877d6b9438285d0ebf46b /NEWS | |
parent | 3f89dacefc55b94e7188c8ba919c9c700599bcf8 (diff) | |
download | ganv-1c1f35cf8914de40cd6db435af764067344d258f.tar.gz ganv-1c1f35cf8914de40cd6db435af764067344d258f.tar.bz2 ganv-1c1f35cf8914de40cd6db435af764067344d258f.zip |
Fix port position on modules with embedded widgets
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ ganv (1.4.3) unstable; * Fix positioning of embedded widgets when changing layout. + * Fix port position on modules with embedded widgets. * Fix unexpected node jumping when dragging new connections. * Preserve selection for quickly making several connections. * Dampen sprung layout energy over time to prevent oscillation. @@ -19,7 +20,7 @@ ganv (1.4.3) unstable; * Fix crash when destroying canvas. * Upgrade to waf 1.8.14 - -- David Robillard <d@drobilla.net> Mon, 26 Oct 2015 13:30:01 -0400 + -- David Robillard <d@drobilla.net> Fri, 14 Oct 2016 18:55:26 -0400 ganv (1.4.2) stable; |