You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kite9-visualization/src/commonMain/kotlin/org/kite9/diagram/visualization/compaction2/hierarchy/AbstractC2ContainerCompactionStep.kt
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,7 @@ abstract class AbstractC2ContainerCompactionStep(cd: CompleteDisplayer, val rr:
124
124
}
125
125
val routables = map[lg]!!
126
126
val theRSS =if (dimension ==Dimension.H) routables.first else routables.second
127
+
val altRSS =if (dimension ==Dimension.V) routables.first else routables.second
127
128
if (theRSS !=null) {
128
129
val padding = getPadding(c, s, dimension)+5// TODO: FIxme
129
130
val newRSS = so.addSide(outer, theRSS, s, useOrbit, padding)
@@ -136,6 +137,8 @@ abstract class AbstractC2ContainerCompactionStep(cd: CompleteDisplayer, val rr:
0 commit comments