Révision 3954

TXM/trunk/bundles/org.txm.progression.core/src/org/txm/progression/core/functions/Progression.java (revision 3954)
444 444
				//result = getCorpus().query(query, query.getQueryString().replace(" ", "_") + "_progression", true); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
445 445
			}
446 446
			int nLines = result.getNMatch();
447
			if (maxY < nLines)
447
			if (maxY < nLines) {
448 448
				maxY = nLines;
449
			
449
			}
450 450
			List<? extends org.txm.objects.Match> matches = null;
451 451
			if (nLines > 0) {
452 452
				matches = result.getMatches(0, nLines - 1); // get the indexes

Formats disponibles : Unified diff