Difference between revisions of "Issue:Dirty edge option crashes program"
From FollowTheScore
m |
|||
Line 28: | Line 28: | ||
== Reply == | == Reply == | ||
− | Fixed in the current aiSee version. | + | Fixed in the current aiSee version. --[[User:Schwallex|Schwallex]] 15:51, 14 November 2007 (CET) |
Revision as of 15:51, 14 November 2007
Description: | program crash |
Extension / Version: | aiSee / 2.2 |
Type / Status: | Bug / open |
Problem
Drawing three edges between the same nodes with "dirty_edges" = on crashes the program.
graph: { dirtyedgelabels: yes displayedgelabels: yes node: { title: "B" label: "B" } node: { title: "A" label: "A" } edge: { source: "A" target: "B" label: "a normal label" } edge: { source: "A" target: "B" label: "a label which is a little bit longer than normal" } edge: { source: "A" target: "B" label: "another label of some length" } }
Reply
Fixed in the current aiSee version. --Schwallex 15:51, 14 November 2007 (CET)