diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-05-15 20:30:43 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-05-15 20:30:43 (GMT) |
commit | 64aee7b4301e720a7420ab8942ef88f72d7a2c99 (patch) | |
tree | 3576cf5cce47d5e4851d9f85b215dcce7ea5c828 /ChangeLog | |
parent | 7baab38a0e9717110f7b4fb54efeb2d864040ecd (diff) |
Avoided crashes in graph views by filtering middle pending positions.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@537 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +15-05-15 Cyrille Bagard <nocbos@gmail.com> + + * src/gtkext/graph/nodes/flow.c: + Avoid crashes in graph views by filtering middle pending positions. + 15-05-14 Cyrille Bagard <nocbos@gmail.com> * src/glibext/gcodebuffer.c: |