diff options
author | David Robillard <d@drobilla.net> | 2014-07-13 21:56:57 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-07-13 21:56:57 +0000 |
commit | daccd0d379fd95ae1d41605a439537b05a9ac819 (patch) | |
tree | 6587d021225a031973ed0eee1d08d50d960ee9cd /NEWS | |
parent | dc17d30d9248938e94d77780c206644ce9bb4e08 (diff) | |
download | ganv-daccd0d379fd95ae1d41605a439537b05a9ac819.tar.gz ganv-daccd0d379fd95ae1d41605a439537b05a9ac819.tar.bz2 ganv-daccd0d379fd95ae1d41605a439537b05a9ac819.zip |
Fix bug where edges would not update when nodes are moved after the canvas is cleared.
(Fix stuck connections in Patchage after refresh).
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5412 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +ganv (1.4.1) unstable; + + * Fix bug where edges would not update when nodes are moved after the canvas + is cleared (fix stuck connections in Patchage after refresh). + + -- David Robillard <d@drobilla.net> Sun, 13 Jul 2014 15:47:32 -0400 + ganv (1.4.0) stable; * Begin using library and pkg-config names suitable for parallel |