logic: Show inheritance edges between parents of active symbol and other visible symbols (issue #167)
* add inheritance edges between parents of active symbol and other visible symbols * add dashed inheritance edges when symbols are no direct decendants * inheritance edges are also respected in layouting, putting base/derived classes in the correct top/bottom spot now bug id = 167
This commit is contained in:
@@ -104,6 +104,7 @@ GraphViewStyle::EdgeStyle::EdgeStyle()
|
||||
, arrowClosed(false)
|
||||
, cornerRadius(0)
|
||||
, verticalOffset(0)
|
||||
, dashed(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user