This repository has been archived by the owner on Jul 29, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Network: Block recalculation of level in LayoutEngine._determineLevel…
…sDirected() (#3294) * Levels of direct hierarchical network only incremented * Cleaned up old code * Quick fix on presence globaOptions in mergeOptions() * Revert fix, doesn't work * Network: Block recalculation of level in LayoutEngine._determineLevelsDirected() Fix for #2311. Nodes with bidirectional edges got their levels shifted due to the handling of both edge directions. This fix adds a check on bidirectionality and blocks any subsequent level adjustment. Pure tree layouts are unaffected by this change.
- Loading branch information