Explorar o código

bugfix groupID

Nicolas Cannasse %!s(int64=3) %!d(string=hai) anos
pai
achega
41a0ca64da
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hide/comp/cdb/Line.hx

+ 1 - 1
hide/comp/cdb/Line.hx

@@ -46,7 +46,7 @@ class Line extends Component {
 		}
 		for( i in 0...t.sheet.separators.length ) {
 			var sep = t.sheet.separators[t.sheet.separators.length - 1 - i];
-			if( sep.index < line.index ) {
+			if( sep.index <= line.index ) {
 				if( sep.path != null )
 					return sep.path;
 				if( sep.title != null )